diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h index 56af6a614..8bc726d41 100644 --- a/include/SDL_haptic.h +++ b/include/SDL_haptic.h @@ -986,7 +986,7 @@ extern DECLSPEC int SDLCALL SDL_HapticNewEffect(SDL_Haptic * haptic, * \param haptic Haptic device that has the effect. * \param effect Effect to update. * \param data New effect properties to use. - * \return The id of the effect on success or -1 on error. + * \return 0 on success or -1 on error. * * \sa SDL_HapticNewEffect * \sa SDL_HapticRunEffect