diff options
author | Christophe Grenier <[email protected]> | 2008-11-16 12:53:21 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2008-11-16 12:53:21 +0100 |
commit | 07b1742903d2b483ca4afc1d39d1b644eb755e5a (patch) | |
tree | a72a91c3d25247474c5c91e5ce30a85c3e23d64d /src/file_zip.c | |
parent | 8453cfff02206ad932e8ddd3c24b34aa7c42af62 (diff) |
Code cleanup after using LLVM/Clang Static Analyzer
Diffstat (limited to 'src/file_zip.c')
-rw-r--r-- | src/file_zip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_zip.c b/src/file_zip.c index 4bda0728..21870bfc 100644 --- a/src/file_zip.c +++ b/src/file_zip.c @@ -496,7 +496,7 @@ static void file_check_zip(file_recovery_t *fr) else log_trace("Unparsable block with ID 0x%04X\n", header>>16); #endif - status=-1; + status = -1; break; } |