Browse Source

Remove trailing else

Camilla Löwy 8 years ago
parent
commit
94ee10e655
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/linux_joystick.c

+ 0 - 1
src/linux_joystick.c

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