[libpng16] Imported from libpng-1.6.0beta22.tar

This commit is contained in:
Glenn Randers-Pehrson
2012-05-23 12:30:59 -05:00
parent 15f6fd3492
commit 8f4d67218e
18 changed files with 46 additions and 44 deletions

View File

@@ -722,7 +722,7 @@ png_check_keyword(png_structrp png_ptr, png_const_charp key, png_bytep new_key)
*/
*new_key++ = 32, ++key_len, space = 1;
/* If the character was not a space then it is inalid. */
/* If the character was not a space then it is invalid. */
if (ch != 32)
bad_character = ch;
}