Browse Source

#endif comment

David Rose 17 years ago
parent
commit
c8ba67210f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/zStreamBuf.cxx

+ 1 - 1
panda/src/express/zStreamBuf.cxx

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