Fixed wrong documentation for haptic implementation.

This commit is contained in:
Philipp Wiesemann 2013-05-26 12:15:15 +02:00
parent c30845f58b
commit c1b6e05455

View file

@ -59,7 +59,7 @@ struct _SDL_Haptic
/* /*
* Scans the system for haptic devices. * 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); extern int SDL_SYS_HapticInit(void);