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

Commit

Permalink
Fixed haptic dummy driver not compiling with some compilers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 25, 2008
1 parent f251a7b commit 268a1dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/haptic/dummy/SDL_syshaptic.c
Expand Up @@ -30,7 +30,8 @@
static int
SDL_SYS_LogicError(void)
{
SDL_SetError("Logic error: No haptic devices available.");;
SDL_SetError("Logic error: No haptic devices available.");
return 0;
}


Expand Down

0 comments on commit 268a1dc

Please sign in to comment.