src/sound/null_s.cpp
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 6314 f738bcf05ad6
child 6720 35756db7e577
--- a/src/sound/null_s.cpp	Mon Mar 19 09:33:17 2007 +0000
+++ b/src/sound/null_s.cpp	Mon Mar 19 12:38:16 2007 +0000
@@ -4,7 +4,7 @@
 #include "null_s.h"
 
 static const char *NullSoundStart(const char * const *parm) { return NULL; }
-static void NullSoundStop(void) {}
+static void NullSoundStop() {}
 
 const HalSoundDriver _null_sound_driver = {
 	NullSoundStart,