Fixed wrong documentation for haptic implementation.

This commit is contained in:
Philipp Wiesemann 2013-05-26 12:15:15 +02:00
parent 5e4c1f280e
commit 4edf9290cc

View File

@ -59,7 +59,7 @@ struct _SDL_Haptic
/*
* Scans the system for haptic devices.
*
* Returns 0 on success, -1 on error.
* Returns number of devices on success, -1 on error.
*/
extern int SDL_SYS_HapticInit(void);