Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed wrong documentation for haptic implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 26, 2013
1 parent d12a7d3 commit b2abc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/SDL_syshaptic.h
Expand Up @@ -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);

Expand Down

0 comments on commit b2abc8a

Please sign in to comment.