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

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BeWorld2018 authored May 3, 2020
1 parent b85fc7e commit bec6004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/joystick/morphos/SDL_sysjoystick.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ SortSensorFunc(const void *a, const void *b)
if (ida > idb)
return 1;
return 0;
}/*
}*/

/* Function to open a joystick for use.
The joystick to open is specified by the index field of the joystick.
Expand Down Expand Up @@ -419,4 +419,4 @@ SDL_JoystickDriver SDL_MORPHOS_JoystickDriver =
SDL_SYS_JoystickQuit,
};

#endif
#endif

0 comments on commit bec6004

Please sign in to comment.