Add missing newline to debugging output

This commit is contained in:
Tor Lillqvist 2009-10-18 14:19:24 +03:00
parent be5c06d799
commit 77590e9af7

View File

@ -548,7 +548,7 @@ _gdk_window_impl_new (GdkWindow *window,
private->input_only = TRUE;
draw_impl->colormap = gdk_screen_get_system_colormap (_gdk_screen);
g_object_ref (draw_impl->colormap);
GDK_NOTE (MISC, g_print ("... GDK_INPUT_ONLY, system colormap"));
GDK_NOTE (MISC, g_print ("... GDK_INPUT_ONLY, system colormap\n"));
}
switch (private->window_type)