Make braces balanced throught the whole file.

This commit is contained in:
Werner Lemberg 2008-10-07 18:15:46 +00:00
parent cd91bf0acc
commit 54dd7cf43b
1 changed files with 3 additions and 0 deletions

View File

@ -366,6 +366,9 @@ z_streamp z /* for messages */
if (r == Z_DATA_ERROR)
z->msg = (char*)"oversubscribed distance tree";
else if (r == Z_BUF_ERROR) {
#if 0
{
#endif
#ifdef PKZIP_BUG_WORKAROUND
r = Z_OK;
}