win32: One more build fix

This commit is contained in:
Matthias Clasen 2020-02-09 23:04:10 -05:00
parent 4f79676b0b
commit 07988fc17f

View File

@ -766,7 +766,7 @@ print_event_state (guint state)
void
_gdk_win32_print_event (const GdkEvent *event)
{
gchar *kvname;
const char *kvname;
g_print ("%s%*s===> ", (debug_indent > 0 ? "\n" : ""), debug_indent, "");
switch (event->any.type)