comment in #endif was missing comment delimiters

git-svn-id: svn://10.0.0.236/trunk@48877 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
colin%theblakes.com
1999-09-22 23:39:30 +00:00
parent f9312e57e6
commit 2093fec6f2

View File

@@ -130,7 +130,7 @@ png_voidp
png_malloc_default(png_structp png_ptr, png_uint_32 size)
{
png_voidp ret;
#endif PNG_USER_MEM_SUPPORTED
#endif /* PNG_USER_MEM_SUPPORTED */
#ifdef PNG_MAX_MALLOC_64K
if (size > (png_uint_32)65536L)