diff mjpeg.c @ 541:4273be971bf8 libavcodec

Warning fix.
author mellum
date Fri, 12 Jul 2002 12:41:32 +0000
parents 4cee7ce37e10
children 03e395b31197
line wrap: on
line diff
--- a/mjpeg.c	Thu Jul 11 23:34:06 2002 +0000
+++ b/mjpeg.c	Fri Jul 12 12:41:32 2002 +0000
@@ -1314,6 +1314,7 @@
             }
         }
  not_the_end:
+	;
     }
  the_end:
     return buf_ptr - buf;