From e0a0e6b2774743f648b89a7a30458b8bdbfdcc54 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 13 Mar 2011 18:13:46 +1100 Subject: [PATCH] Whitespace fix. --- lrzip.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lrzip.c b/lrzip.c index 5560785..c70e894 100644 --- a/lrzip.c +++ b/lrzip.c @@ -455,8 +455,6 @@ void decompress_file(rzip_control *control) if (unlikely((STDOUT || TEST_ONLY) && unlink(control->outfile))) fatal("Failed to unlink tmpfile: %s\n", control->outfile); - - if (NO_MD5) print_verbose("Not performing MD5 hash check\n"); if (HAS_MD5)