Updated source to match SDL function prototype style
This commit is contained in:
parent
a828f5897e
commit
737aa881fa
39 changed files with 95 additions and 191 deletions
|
@ -33,8 +33,7 @@ SDL_TLSCreate(void)
|
|||
return SDL_AtomicIncRef(&SDL_tls_id) + 1;
|
||||
}
|
||||
|
||||
void *
|
||||
SDL_TLSGet(SDL_TLSID id)
|
||||
void *SDL_TLSGet(SDL_TLSID id)
|
||||
{
|
||||
SDL_TLSData *storage;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue