add-remote: Fix typo in prio handling

tingping/wmclass
Alexander Larsson 2015-12-21 22:40:31 +01:00
parent 116ae4f440
commit b510465e31
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ static gboolean opt_do_gpg_verify;
static gboolean opt_do_enumerate;
static gboolean opt_no_enumerate;
static gboolean opt_if_not_exists;
static int opt_prio = -11;
static int opt_prio = -1;
static char *opt_title;
static char *opt_url;
static char **opt_gpg_import;