mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 17:06:25 +00:00
Fixed empty parameter list in signatures of internal functions.
This commit is contained in:
@@ -187,7 +187,7 @@ SDL_SYS_HapticInit(void)
|
||||
}
|
||||
|
||||
int
|
||||
SDL_SYS_NumHaptics()
|
||||
SDL_SYS_NumHaptics(void)
|
||||
{
|
||||
return numhaptics;
|
||||
}
|
||||
|
Reference in New Issue
Block a user