#endif comment

This commit is contained in:
David Rose 2008-08-17 06:12:45 +00:00
parent 140e1145d2
commit c8ba67210f

View File

@ -29,7 +29,7 @@ static void
do_zlib_free(voidpf opaque, voidpf address) { do_zlib_free(voidpf opaque, voidpf address) {
PANDA_FREE_ARRAY(address); PANDA_FREE_ARRAY(address);
} }
#endif !USE_MEMORY_NOWRAPPERS #endif // !USE_MEMORY_NOWRAPPERS
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: ZStreamBuf::Constructor // Function: ZStreamBuf::Constructor