mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 05:57:44 +00:00
Fixed empty parameter list in signatures of internal functions.
This commit is contained in:
@@ -189,7 +189,7 @@ SDL_SYS_HapticInit(void)
|
||||
}
|
||||
|
||||
int
|
||||
SDL_SYS_NumHaptics()
|
||||
SDL_SYS_NumHaptics(void)
|
||||
{
|
||||
return numhaptics;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user