forked from AuroraMiddleware/gtk
quartz: Fix typo that broke debug builds
This commit is contained in:
parent
00545dfee4
commit
74bd3f3810
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user