Mac: Fixed whitespace around function return type.

Philipp Wiesemann 2016-09-21 23:06:49 +02:00
parent 929b965c62
commit 8e88f08150
1 changed files with 1 additions and 1 deletions

View File

@ -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;