Fix comment

master
Camilla Berglund ago%!(EXTRA string=9 years)
parent f48b63de38
commit 751be1ae8c
  1. 2
      src/linux_joystick.c

@ -153,7 +153,7 @@ static GLFWbool pollJoystickEvents(_GLFWjoystickLinux* js)
return js->present; return js->present;
} }
// Lexically compare joysticks, used by quicksort // Lexically compare joysticks by name; used by qsort
// //
#if defined(__linux__) #if defined(__linux__)
static int compareJoysticks(const void* fp, const void* sp) static int compareJoysticks(const void* fp, const void* sp)

Loading…
Cancel
Save