diff fli.c @ 4688:68582b4ce881

cosmetic fix
author melanson
date Wed, 13 Feb 2002 04:47:12 +0000
parents 2973e997c4a5
children f78d2b53aa48
line wrap: on
line diff
--- a/fli.c	Wed Feb 13 04:06:55 2002 +0000
+++ b/fli.c	Wed Feb 13 04:47:12 2002 +0000
@@ -353,10 +353,10 @@
   }
 
   // by the end of the chunk, the stream ptr should equal the frame 
-  // size (minus 1, possible); if it doesn't, issue a warning
+  // size (minus 1, possibly); if it doesn't, issue a warning
   if ((stream_ptr != encoded_size) && (stream_ptr != encoded_size - 1))
     mp_msg(MSGT_DECVIDEO, MSGL_WARN,
       "  warning: processed FLI chunk where encoded size = %d\n" \
-      "  and final chunk ptr = and final chunk ptr = %d\n",
+      "  and final chunk ptr = %d\n",
       encoded_size, stream_ptr);
 }