# HG changeset patch # User Philipp Wiesemann # Date 1369563315 -7200 # Node ID 246f71639288ef3a3c0bded8e3c2a2c5e3317f2e # Parent c577dfb69153061a09b1c0ee93e4d15d854fa5ac Fixed wrong documentation for haptic implementation. diff -r c577dfb69153 -r 246f71639288 src/haptic/SDL_syshaptic.h --- a/src/haptic/SDL_syshaptic.h Sun May 26 12:12:52 2013 +0200 +++ b/src/haptic/SDL_syshaptic.h Sun May 26 12:15:15 2013 +0200 @@ -59,7 +59,7 @@ /* * 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);