(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -116,7 +116,7 @@ static const char *CocoaSoundStart(const char * const *parm)
|
||||
}
|
||||
|
||||
|
||||
static void CocoaSoundStop(void)
|
||||
static void CocoaSoundStop()
|
||||
{
|
||||
struct AudioUnitInputCallback callback;
|
||||
|
||||
|
Reference in New Issue
Block a user