diff dsputil.c @ 468:1e23eae32087 libavcodec

Minor warning cleanup.
author mellum
date Mon, 03 Jun 2002 11:16:11 +0000
parents 9247ad420889
children 11dbd00682fc
line wrap: on
line diff
--- a/dsputil.c	Mon Jun 03 07:58:35 2002 +0000
+++ b/dsputil.c	Mon Jun 03 11:16:11 2002 +0000
@@ -144,7 +144,7 @@
 UINT8 permutation[64];
 //UINT8 invPermutation[64];
 
-static void build_zigzag_end()
+static void build_zigzag_end(void)
 {
     int lastIndex;
     int lastIndexAfterPerm=0;