src/sound/null_s.cpp
changeset 6247 7d81e3a5d803
parent 5988 1aabf94612c6
child 7170 923946ec324f
--- a/src/sound/null_s.cpp	Tue Mar 06 23:42:30 2007 +0000
+++ b/src/sound/null_s.cpp	Wed Mar 07 11:47:46 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,