diff v210enc.c @ 10169:a48c43551737 libavcodec

Remove ; after while(0) in macros.
author ramiro
date Sat, 12 Sep 2009 20:10:02 +0000
parents 38cfe222e1a4
children 8a4984c5cacc
line wrap: on
line diff
--- a/v210enc.c	Sat Sep 12 17:59:19 2009 +0000
+++ b/v210enc.c	Sat Sep 12 20:10:02 2009 +0000
@@ -72,7 +72,7 @@
               ((*b++ & 0xFFC0) <<  4);  \
         val|=  (*c++ & 0xFFC0) << 14;   \
         bytestream_put_le32(&p, val);   \
-    } while (0);
+    } while (0)
 
     for (h = 0; h < avctx->height; h++) {
         uint32_t val;