forked from minhngoc25a/freetype2
Make braces balanced throught the whole file.
This commit is contained in:
parent
cd91bf0acc
commit
54dd7cf43b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue