mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06: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! */
|
/* We're running! */
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
static int
|
|
||||||
|
|
||||||
|
static int
|
||||||
audioqueue_thread(void *arg)
|
audioqueue_thread(void *arg)
|
||||||
{
|
{
|
||||||
SDL_AudioDevice *this = (SDL_AudioDevice *) arg;
|
SDL_AudioDevice *this = (SDL_AudioDevice *) arg;
|
||||||
|
Loading…
Reference in New Issue
Block a user