Mac: Fixed whitespace around function return type.
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