(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -32,7 +32,7 @@ static const char *SdlSoundStart(const char * const *parm)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void SdlSoundStop(void)
|
||||
static void SdlSoundStop()
|
||||
{
|
||||
SDL_CALL SDL_CloseAudio();
|
||||
SdlClose(SDL_INIT_AUDIO);
|
||||
|
Reference in New Issue
Block a user