From a452130f5590c5a0f240c99fb773bcf65cf08b84 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 29 Apr 2002 09:17:17 +0000 Subject: [PATCH] fixed comment style --- g10/keylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;