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

Commit

Permalink
Forgot a return.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 6, 2008
1 parent 0ebb32a commit eb9aad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/haptic/win32/SDL_syshaptic.c
Expand Up @@ -355,6 +355,7 @@ SDL_SYS_HapticOpenFromInstance(SDL_Haptic * haptic, DIDEVICEINSTANCE instance)
SDL_free(haptic->hwdata);
haptic->hwdata = NULL;
}
return -1;
}


Expand Down

0 comments on commit eb9aad6

Please sign in to comment.