*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40246
This commit is contained in:
Sam Lantinga 2001-11-26 22:22:20 +00:00
parent ff06c785b0
commit 90a40eae2b

View file

@ -140,10 +140,10 @@ static int EV_IsJoystick(int fd)
int SDL_SYS_JoystickInit(void)
{
/* The base path of the joystick devices */
const char *joydev_pattern[2] = {
const char *joydev_pattern[] = {
"/dev/js%d",
#ifdef USE_INPUT_EVENTS
"/dev/input/event%d"
"/dev/input/event%d",
#endif
"/dev/input/js%d"
};