Merged force_feedback_branch r4042: unbuildability of dummy haptic driver with some configurations.

This commit is contained in:
Edgar Simo 2008-08-25 20:51:03 +00:00
parent 92d9759a5f
commit f8a242d31e

View File

@ -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;
}