From d71fbdcca395b94b21fe09821e3869be95e0d0f9 Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Thu, 1 Dec 2011 03:34:22 -0800 Subject: [PATCH] fix small typo in error message array Change-Id: If34537e53cc56b5f5daa15afaefb1f49d11602f5 --- examples/cwebp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cwebp.c b/examples/cwebp.c index 00994897..212a988f 100644 --- a/examples/cwebp.c +++ b/examples/cwebp.c @@ -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" };