1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00

fixed comment style

This commit is contained in:
Werner Koch 2002-04-29 09:17:17 +00:00
parent ecbf6f4d46
commit a452130f55

View File

@ -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;