changeset 541:4273be971bf8 libavcodec

Warning fix.
author mellum
date Fri, 12 Jul 2002 12:41:32 +0000
parents 4cee7ce37e10
children d55978a3c369
files mjpeg.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;