1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 02:38:52 -05:00

Remove trailing else

This commit is contained in:
Camilla Löwy 2017-10-03 00:41:19 +02:00
parent 07cc6e00da
commit 94ee10e655

View File

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