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 da7fdb0d2..07a77a1e0 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -515,7 +515,7 @@ list_keyblock( KBNODE keyblock, int secret ) if( opt.with_colons ) printf(":%02x:", sig->sig_class ); putchar('\n'); - /* FIXME: check or list other sigs here (subpkt PRIV_ADD_SIG)*/ + /* fixme: check or list other sigs here */ } } if( !any ) {/* oops, no user id */ |