diff options
Diffstat (limited to 'utils/pango-list.c')
-rw-r--r-- | utils/pango-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/pango-list.c b/utils/pango-list.c index 7440e18b..c0f0d4ae 100644 --- a/utils/pango-list.c +++ b/utils/pango-list.c @@ -52,9 +52,9 @@ main (int argc, if (!g_option_context_parse (context, &argc, &argv, &error)) { if (error != NULL) - g_error ("%s", error->message); + g_printerr ("%s\n", error->message); else - g_error ("Option parse error"); + g_printerr ("Option parse error\n"); exit (1); } |