aboutsummaryrefslogtreecommitdiff
path: root/src/common/unzip.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-12 12:50:46 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-12 12:50:46 +0000
commit5f10e5b8eadbd862aeb78ebf3b6aa2a425372392 (patch)
treefd3dcd159fed4c1384fa4f05351d6a59f284c0a0 /src/common/unzip.c
parent50ee542a691d498bf546661702e90ed57b28664e (diff)
downloadlibextractor-5f10e5b8eadbd862aeb78ebf3b6aa2a425372392.tar.gz
libextractor-5f10e5b8eadbd862aeb78ebf3b6aa2a425372392.zip
porting PNG plugin
Diffstat (limited to 'src/common/unzip.c')
-rw-r--r--src/common/unzip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/unzip.c b/src/common/unzip.c
index b4215ac..7174682 100644
--- a/src/common/unzip.c
+++ b/src/common/unzip.c
@@ -4,7 +4,7 @@
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 2, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 libextractor is distributed in the hope that it will be useful, but 10 libextractor is distributed in the hope that it will be useful, but
@@ -695,7 +695,7 @@ EXTRACTOR_common_unzip_close_current_file (EXTRACTOR_unzip_file file)
695 (!pfile_in_zip_read_info->raw)) 695 (!pfile_in_zip_read_info->raw))
696 { 696 {
697 if (pfile_in_zip_read_info->crc32 != pfile_in_zip_read_info->crc32_wait) 697 if (pfile_in_zip_read_info->crc32 != pfile_in_zip_read_info->crc32_wait)
698 err=EXTRACTOR_UNZIP_CRCERROR; 698 err=EXTRACTOR_UNZIP_CRCERROR;
699 } 699 }
700 700
701 701