mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
gio-tool: Remove a stray semicolon
This meant the help text would always be outputted, rendering the same mode useless and the code below it dead. Coverity CID: 1357352
This commit is contained in:
parent
d896ad269e
commit
996bb34986
@ -176,7 +176,7 @@ handle_save (int argc, char *argv[], gboolean do_help)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argc > 2);
|
if (argc > 2)
|
||||||
{
|
{
|
||||||
show_help (context, _("Too many arguments"));
|
show_help (context, _("Too many arguments"));
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user