From 94ee10e655cf0f1c82882ec2efe30f4195a5cf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 3 Oct 2017 00:41:19 +0200 Subject: [PATCH] Remove trailing else --- src/linux_joystick.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/linux_joystick.c b/src/linux_joystick.c index 3283d1ea..d73961fb 100644 --- a/src/linux_joystick.c +++ b/src/linux_joystick.c @@ -306,7 +306,6 @@ GLFWbool _glfwInitJoysticksLinux(void) closedir(dir); } - else // Continue with no joysticks if enumeration fails