mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
fix small typo in error message array
Change-Id: If34537e53cc56b5f5daa15afaefb1f49d11602f5
This commit is contained in:
parent
a0ec9aace9
commit
d71fbdcca3
@ -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"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user