diff mp3lib/test.c @ 28232:8df85ad26746

Add missing 'void' keyword to parameterless function declarations.
author diego
date Mon, 05 Jan 2009 14:48:03 +0000
parents e7c989f7a7c9
children 0f1b5b68af32
line wrap: on
line diff
--- a/mp3lib/test.c	Mon Jan 05 12:50:53 2009 +0000
+++ b/mp3lib/test.c	Mon Jan 05 14:48:03 2009 +0000
@@ -11,7 +11,7 @@
 #include "mp3lib/mp3.h"
 #include "cpudetect.h"
 
-static inline unsigned int GetTimer(){
+static inline unsigned int GetTimer(void){
   struct timeval tv;
   struct timezone tz;
 //  float s;