mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 08:27:39 +00:00
Fixed empty parameter list in signatures of internal functions.
This commit is contained in:
parent
818d1d3e80
commit
97aa577589
20 changed files with 45 additions and 31 deletions
|
@ -121,7 +121,7 @@ static SDL_TLSEntry *SDL_generic_TLS;
|
|||
|
||||
|
||||
SDL_TLSData *
|
||||
SDL_Generic_GetTLSData()
|
||||
SDL_Generic_GetTLSData(void)
|
||||
{
|
||||
SDL_threadID thread = SDL_ThreadID();
|
||||
SDL_TLSEntry *entry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue