diff --git a/gtk/encodesymbolic.c b/gtk/encodesymbolic.c index c8e6700501..9f7d0159e0 100644 --- a/gtk/encodesymbolic.c +++ b/gtk/encodesymbolic.c @@ -247,7 +247,7 @@ main (int argc, char **argv) if (argc < 3) { - g_printerr (g_option_context_get_help (context, FALSE, NULL)); + g_printerr ("%s\n", g_option_context_get_help (context, FALSE, NULL)); return 1; }