Skip to content
Snippets Groups Projects
Commit cda1a8c4 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

cli: fix build warning

parent 1fcadf4b
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ main (gint argc, gchar **argv)
else {
g_autofree gchar *help = g_option_context_get_help (context, TRUE, NULL);
g_print (help);
g_print ("%s", help);
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment