Make braces balanced throught the whole file.

This commit is contained in:
Werner Lemberg 2008-10-07 18:15:46 +00:00
Родитель cd91bf0acc
Коммит 54dd7cf43b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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;
}