diff options
Diffstat (limited to 'g10/keygen.c')
-rw-r--r-- | g10/keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/keygen.c b/g10/keygen.c index 2d6d457c7..48ff865e5 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -1446,7 +1446,7 @@ do_create( int algo, unsigned int nbits, KBNODE pub_root, KBNODE sec_root, else BUG(); - #ifdef ENABLE_COMMENT_PACKETS +#ifdef ENABLE_COMMENT_PACKETS if( !rc ) { add_kbnode( pub_root, make_comment_node("#created by GNUPG v" VERSION " (" @@ -1455,7 +1455,7 @@ do_create( int algo, unsigned int nbits, KBNODE pub_root, KBNODE sec_root, make_comment_node("#created by GNUPG v" VERSION " (" PRINTABLE_OS_NAME ")")); } - #endif +#endif return rc; } |