g10: Minor clean up for TOFU.

* g10/tofu.c (ask_about_binding): Fix for qualifier.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2017-04-11 12:51:47 +09:00
parent 456c5cdb2d
commit f079822b2c
1 changed files with 1 additions and 1 deletions

View File

@ -1573,7 +1573,7 @@ ask_about_binding (ctrl_t ctrl,
struct signature_stats *stats = NULL;
struct signature_stats *stats_iter = NULL;
char *prompt = NULL;
char *choices;
const char *choices;
dbs = ctrl->tofu.dbs;
log_assert (dbs);