[gtk+/gtk-2-18] Add missing newline to debugging output
- From: Tor Lillqvist <tml src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-18] Add missing newline to debugging output
- Date: Sun, 18 Oct 2009 11:43:41 +0000 (UTC)
commit 28520601d5ba5b23018d7c389cae8ab2db9c24d9
Author: Tor Lillqvist <tml iki fi>
Date: Sun Oct 18 14:19:24 2009 +0300
Add missing newline to debugging output
gdk/win32/gdkwindow-win32.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/win32/gdkwindow-win32.c b/gdk/win32/gdkwindow-win32.c
index a9681e9..52bd627 100644
--- a/gdk/win32/gdkwindow-win32.c
+++ b/gdk/win32/gdkwindow-win32.c
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]