gpg-sign: Add missing NULL terminator in options
This commit is contained in:
parent
74f4fc2bc8
commit
6c787093e8
|
|
@ -33,6 +33,7 @@ static char *opt_gpg_homedir;
|
|||
static GOptionEntry options[] = {
|
||||
{ "delete", 'd', 0, G_OPTION_ARG_NONE, &opt_delete, "Delete signatures having any of the GPG KEY-IDs" },
|
||||
{ "gpg-homedir", 0, 0, G_OPTION_ARG_STRING, &opt_gpg_homedir, "GPG Homedir to use when looking for keyrings", "HOMEDIR" },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in New Issue