diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-02-28 12:18:36 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-02-28 12:23:12 -0500 |
commit | 435c8c9f0d6a277ec77cd62e90b35aa27635793b (patch) | |
tree | e6f5a880aace98502583a2d012d773b72964a9e5 /demos/gtk-demo/offscreen_window2.c | |
parent | bbd94b5a9ffc83569c771d81fa07457dfd61d20d (diff) | |
download | gtk+-435c8c9f0d6a277ec77cd62e90b35aa27635793b.tar.gz |
gtk-demo: Strip newlines from g_warning and g_error
g_logv adds one for us already.
Diffstat (limited to 'demos/gtk-demo/offscreen_window2.c')
-rw-r--r-- | demos/gtk-demo/offscreen_window2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/offscreen_window2.c b/demos/gtk-demo/offscreen_window2.c index f29fd9b78c..5c16c4051a 100644 --- a/demos/gtk-demo/offscreen_window2.c +++ b/demos/gtk-demo/offscreen_window2.c @@ -267,7 +267,7 @@ gtk_mirror_bin_add (GtkContainer *container, bin->child = widget; } else - g_warning ("GtkMirrorBin cannot have more than one child\n"); + g_warning ("GtkMirrorBin cannot have more than one child"); } static void |