gpg-sign: Add missing NULL terminator in options

This commit is contained in:
Colin Walters 2015-03-24 09:57:27 -04:00
parent 74f4fc2bc8
commit 6c787093e8
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ static char *opt_gpg_homedir;
static GOptionEntry options[] = { static GOptionEntry options[] = {
{ "delete", 'd', 0, G_OPTION_ARG_NONE, &opt_delete, "Delete signatures having any of the GPG KEY-IDs" }, { "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" }, { "gpg-homedir", 0, 0, G_OPTION_ARG_STRING, &opt_gpg_homedir, "GPG Homedir to use when looking for keyrings", "HOMEDIR" },
{ NULL }
}; };
static void static void