gtk-encode-symbolic-svg: Fix build with -Werror=format-security

This commit is contained in:
Rico Tzschichholz 2014-08-04 13:31:34 +02:00
parent 199bb441bd
commit 45145c8c10

View File

@ -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;
}