Skip to content

Commit

Permalink
Fix for Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed Feb 9, 2024
1 parent 1931c03 commit 703354e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ main (gint argc,
{ "output-dir", 'o', G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, NULL, "The output directory (defaults to the user's home. To be used with --export, optional)", NULL },
#endif
{ "version", 'v', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, NULL, "Show the program version.", NULL },
G_OPTION_ENTRY_NULL
{ NULL }
};


Expand Down Expand Up @@ -178,4 +178,4 @@ g_free_cmdline_opts (CmdlineOpts *co)
g_free (co->export_type);
g_free (co->export_dir);
g_free (co);
}
}

0 comments on commit 703354e

Please sign in to comment.