diff sparc/dsputil_vis.c @ 8693:18737839ed27 libavcodec

Add missing void keyword to parameterless function declarations.
author diego
date Fri, 30 Jan 2009 18:38:25 +0000
parents cf4d575b1982
children f9c847fb4839
line wrap: on
line diff
--- a/sparc/dsputil_vis.c	Fri Jan 30 17:15:08 2009 +0000
+++ b/sparc/dsputil_vis.c	Fri Jan 30 18:38:25 2009 +0000
@@ -3988,7 +3988,7 @@
 #define ACCEL_SPARC_VIS 1
 #define ACCEL_SPARC_VIS2 2
 
-static int vis_level ()
+static int vis_level(void)
 {
     int accel = 0;
     accel |= ACCEL_SPARC_VIS;