mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
gtk-encode-symbolic-svg: Fix build with -Werror=format-security
This commit is contained in:
parent
199bb441bd
commit
45145c8c10
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user