Backport simplify flags PR #7220

This commit is contained in:
Sylvain 2023-02-04 15:51:37 +01:00 committed by Sam Lantinga
parent f71178a16f
commit 17515f4aef
40 changed files with 176 additions and 175 deletions

View file

@ -254,7 +254,7 @@ static void SDL_EVDEV_udev_callback(SDL_UDEV_deviceevent udev_event, int udev_cl
return;
}
if ((udev_class & SDL_UDEV_DEVICE_JOYSTICK)) {
if (udev_class & SDL_UDEV_DEVICE_JOYSTICK) {
return;
}