fix small typo in error message array

Change-Id: If34537e53cc56b5f5daa15afaefb1f49d11602f5
This commit is contained in:
Pascal Massimino 2011-12-01 03:34:22 -08:00
parent a0ec9aace9
commit d71fbdcca3

View File

@ -726,7 +726,7 @@ static const char* const kErrorMessages[] = {
"header bits using -partition_limit. More details are available "
"in the manual (`man cwebp`)",
"PARTITION_OVERFLOW: Partition is too big to fit 16M",
"BAD_WRITE: Picture writer returned an I/O error"
"BAD_WRITE: Picture writer returned an I/O error",
"FILE_TOO_BIG: File would be too big to fit in 4G"
};