mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-02 07:58:30 +00:00
Fixed empty parameter list in signatures of internal functions.
This commit is contained in:
@@ -153,7 +153,7 @@ SDL_SYS_DetachThread(SDL_Thread * thread)
|
||||
|
||||
extern "C"
|
||||
SDL_TLSData *
|
||||
SDL_SYS_GetTLSData()
|
||||
SDL_SYS_GetTLSData(void)
|
||||
{
|
||||
return SDL_Generic_GetTLSData();
|
||||
}
|
||||
|
Reference in New Issue
Block a user