--- pgp/src/zip.c 2018/04/24 16:42:11 1.1.1.5 +++ pgp/src/zip.c 2018/04/24 16:43:32 1.1.1.6 @@ -28,7 +28,8 @@ void err(int c, char *msg) fprintf( stderr, LANG("\nOut of memory\n") ); exitPGP( 7 ); } else { - fprintf( stderr, LANG("\nCompression/decompression error\n") ); /* Yuck */ + fprintf(stderr,LANG("\nCompression/decompression error\n") ); + /* Yuck */ exitPGP( 23 ); } }