diff options
author | Werner Koch <[email protected]> | 2002-04-29 09:17:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-29 09:17:17 +0000 |
commit | a452130f5590c5a0f240c99fb773bcf65cf08b84 (patch) | |
tree | a71683bf2419072d7cf424c1b9571277ef420f85 | |
parent | g10/ (diff) | |
download | gnupg-a452130f5590c5a0f240c99fb773bcf65cf08b84.tar.gz gnupg-a452130f5590c5a0f240c99fb773bcf65cf08b84.zip |
fixed comment style
-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 69ddd61df..67eba3daa 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -453,7 +453,7 @@ list_keyblock_print ( KBNODE keyblock, int secret, int fpr, void *opaque ) char *sigstr; if( stats ) { - // fflush(stdout); + /*fflush(stdout);*/ rc = check_key_signature( keyblock, node, NULL ); switch( rc ) { case 0: sigrc = '!'; break; |