Merge pull request #41 from xenosoz/master

This fixes a small typo.
This commit is contained in:
Sam Soffes
2013-02-24 16:11:58 -08:00
+1 -1
View File
@@ -242,7 +242,7 @@
}
currentFileNumber++;
} while(ret == UNZ_OK && UNZ_OK != UNZ_END_OF_LIST_OF_FILE);
} while(ret == UNZ_OK && ret != UNZ_END_OF_LIST_OF_FILE);
// Close
unzClose(zip);