mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Mac: Fixed whitespace around function return type.
This commit is contained in:
parent
929b965c62
commit
8e88f08150
@ -678,8 +678,8 @@ prepare_audioqueue(_THIS)
|
||||
/* We're running! */
|
||||
return 1;
|
||||
}
|
||||
static int
|
||||
|
||||
static int
|
||||
audioqueue_thread(void *arg)
|
||||
{
|
||||
SDL_AudioDevice *this = (SDL_AudioDevice *) arg;
|
||||
|
Loading…
Reference in New Issue
Block a user