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

Commit

Permalink
Commented out a bit until definition is found.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Jul 20, 2008
1 parent 968ba1a commit 0563130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/haptic/darwin/SDL_syshaptic.c
Expand Up @@ -83,8 +83,8 @@ FFStrError(HRESULT err)
switch (err) {
case FFERR_DEVICEFULL:
return "device full";
case FFERR_DEVICENOTREG:
return "device not registered";
/*case FFERR_DEVICENOTREG:
return "device not registered";*/
case FFERR_DEVICEPAUSED:
return "device paused";
case FFERR_DEVICERELEASED:
Expand Down

0 comments on commit 0563130

Please sign in to comment.