Imported Upstream version 5.1.9 into tizen
[platform/upstream/giflib.git] / giffix.c
similarity index 99%
rename from util/giffix.c
rename to giffix.c
index 907c3ef..bd6fdeb 100644 (file)
+++ b/giffix.c
@@ -202,7 +202,7 @@ int main(int argc, char **argv)
 ******************************************************************************/
 static void QuitGifError(GifFileType *GifFileIn, GifFileType *GifFileOut)
 {
-    fprintf(stderr, "\nFollowing unrecoverable error occured:");
+    fprintf(stderr, "\nFollowing unrecoverable error occurred:");
     if (GifFileIn != NULL) {
        PrintGifError(GifFileIn->Error);
        EGifCloseFile(GifFileIn, NULL);