Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 26, 2001
1 parent 224744d commit 8c1106b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/joystick/linux/SDL_sysjoystick.c
Expand Up @@ -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"
};
Expand Down

0 comments on commit 8c1106b

Please sign in to comment.