| commit | 35f7de52c8dc9c5d414eaae9c0300f0b5f875609 | [log] [tgz] |
|---|---|---|
| author | Yann Collet <yann.collet.73@gmail.com> | Sun Jan 31 02:51:03 2016 +0100 |
| committer | Yann Collet <yann.collet.73@gmail.com> | Sun Jan 31 02:51:03 2016 +0100 |
| tree | 5fe073b9f9b7a61ef4bd9a092a256c69603e0346 | |
| parent | 61e16ce07c023af170e55344becc6164124ed153 [diff] [blame] |
fixed Visual warnings
diff --git a/lib/zstd_decompress.c b/lib/zstd_decompress.c index 96ba893..6061c87 100644 --- a/lib/zstd_decompress.c +++ b/lib/zstd_decompress.c
@@ -812,8 +812,7 @@ } /* check if reached exact end */ - if (nbSeq) - return ERROR(corruption_detected); /* DStream should be entirely and exactly consumed; otherwise data is corrupted */ + if (nbSeq) return ERROR(corruption_detected); } /* last literal segment */