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
|
@ -189,7 +189,7 @@ SDL_SYS_HapticInit(void)
|
|||
}
|
||||
|
||||
int
|
||||
SDL_SYS_NumHaptics()
|
||||
SDL_SYS_NumHaptics(void)
|
||||
{
|
||||
return numhaptics;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue