Skip to content

Commit

Permalink
Fixed typo in header comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 11, 2014
1 parent 49cef77 commit 81c574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_haptic.h
Expand Up @@ -1148,7 +1148,7 @@ extern DECLSPEC int SDLCALL SDL_HapticPause(SDL_Haptic * haptic);
*
* Call to unpause after SDL_HapticPause().
*
* \param haptic Haptic device to pause.
* \param haptic Haptic device to unpause.
* \return 0 on success or -1 on error.
*
* \sa SDL_HapticPause
Expand Down

0 comments on commit 81c574b

Please sign in to comment.