Texture Font Generator changes to make it compile in VS2008

This commit is contained in:
AJ Kelly
2011-03-27 20:17:09 -05:00
parent 5d0ef42972
commit b50d6a04c7
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ bool SavePNG( FILE *f, char szErrorbuf[1024], const Surface *pSurf )
if( setjmp(pPng->jmpbuf) )
{
png_destroy_read_struct( &pPng, &pInfo, png_infopp_NULL );
png_destroy_read_struct( &pPng, &pInfo, NULL );
return false;
}