浏览代码

Remove trailing else

Camilla Löwy 8 年之前
父节点
当前提交
94ee10e655
共有 1 个文件被更改,包括 0 次插入1 次删除
  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