[libpng15] Bump version to libpng-1.5.6beta04

This commit is contained in:
Glenn Randers-Pehrson
2011-10-05 16:23:53 -05:00
parent e51916c0f9
commit 435cf87469
19 changed files with 38 additions and 33 deletions

View File

@@ -590,7 +590,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode)
"(unexpectedly) while reading PNG image file\n");
exit(3);
} else /* if (error) */ {
// will print error message below
/* will print error message below */
}
break;
}

View File

@@ -591,7 +591,7 @@ int main(int argc, char **argv)
"(unexpectedly) while reading PNG image file\n");
exit(3);
} else /* if (error) */ {
// will print error message below
/* will print error message below */
}
break;
}