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/cocoa_s.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound/cocoa_s.cpp') diff --git a/src/sound/cocoa_s.cpp b/src/sound/cocoa_s.cpp index 3b758ad71..246cbcecf 100644 --- a/src/sound/cocoa_s.cpp +++ b/src/sound/cocoa_s.cpp @@ -116,7 +116,7 @@ static const char *CocoaSoundStart(const char * const *parm) } -static void CocoaSoundStop(void) +static void CocoaSoundStop() { struct AudioUnitInputCallback callback; -- cgit v1.2.3-54-g00ecf