diff x86/dsputil_mmx.c @ 8527:f8bf438c6000 libavcodec

Add missing 'void' keyword to parameterless function declarations.
author diego
date Mon, 05 Jan 2009 13:57:43 +0000
parents cc64e1343397
children 7a463923ecd1
line wrap: on
line diff
--- a/x86/dsputil_mmx.c	Mon Jan 05 11:49:15 2009 +0000
+++ b/x86/dsputil_mmx.c	Mon Jan 05 13:57:43 2009 +0000
@@ -1599,7 +1599,7 @@
 
 
 #if 0
-static void just_return() { return; }
+static void just_return(void) { return; }
 #endif
 
 static void gmc_mmx(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,