quartz: Fix typo that broke debug builds

This commit is contained in:
Emmanuele Bassi 2016-08-22 09:23:02 +01:00
parent 00545dfee4
commit 74bd3f3810

View File

@ -353,7 +353,7 @@ dump_poll_result (GPollFD *ufds,
if (ufds[i].revents & G_IO_IN)
g_string_append (s, " in");
if (ufds[i].revents & G_IO_OUT)
g_string_appendi (s, " out");
g_string_append (s, " out");
if (ufds[i].revents & G_IO_PRI)
g_string_append (s, " pri");
g_string_append (s, "\n");