diff options
Diffstat (limited to 'g10/keylist.c')
-rw-r--r-- | g10/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index aed2f6be9..74bc6d885 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -174,7 +174,7 @@ list_one( STRLIST names, int secret ) int rc = 0; KBNODE keyblock = NULL; GETKEY_CTX ctx; - char *resname; + const char *resname; char *keyring_str = N_("Keyring"); int i; |