diff mpegaudiodec.c @ 468:1e23eae32087 libavcodec

Minor warning cleanup.
author mellum
date Mon, 03 Jun 2002 11:16:11 +0000
parents 7b2f23b5dcdd
children 19a5e2a81e1a
line wrap: on
line diff
--- a/mpegaudiodec.c	Mon Jun 03 07:58:35 2002 +0000
+++ b/mpegaudiodec.c	Mon Jun 03 11:16:11 2002 +0000
@@ -2481,6 +2481,7 @@
 	    break;
 	}
     next_data:
+	;
     }
     return buf_ptr - buf;
 }