From 36bb92ae241403d61dc7a3e5a1696b615be61395 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 7 Mar 2007 11:47:46 +0000 Subject: (svn r9050) -Codechange: Foo(void) -> Foo() --- src/sound/null_s.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound/null_s.cpp') diff --git a/src/sound/null_s.cpp b/src/sound/null_s.cpp index e2c5ce2d8..00eab496f 100644 --- a/src/sound/null_s.cpp +++ b/src/sound/null_s.cpp @@ -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, -- cgit v1.2.3-54-g00ecf