From b2abc8a750b3961f30e92109868675e077e18aee Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 26 May 2013 12:15:15 +0200 Subject: [PATCH] Fixed wrong documentation for haptic implementation. --- src/haptic/SDL_syshaptic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haptic/SDL_syshaptic.h b/src/haptic/SDL_syshaptic.h index 28ef84399..ac5198ffd 100644 --- a/src/haptic/SDL_syshaptic.h +++ b/src/haptic/SDL_syshaptic.h @@ -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);