Remove trailing else

master
Camilla Löwy ago%!(EXTRA string=8 years)
parent 07cc6e00da
commit 94ee10e655
  1. 1
      src/linux_joystick.c

@ -306,7 +306,6 @@ GLFWbool _glfwInitJoysticksLinux(void)
closedir(dir);
}
else
// Continue with no joysticks if enumeration fails

Loading…
Cancel
Save