mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Cleanup of size_t use.
This commit is contained in:
committed by
Camilla Berglund
parent
b12c973922
commit
0463e196b4
+2
-1
@@ -162,7 +162,8 @@ static void pollJoystickEvents(void)
|
||||
void _glfwInitJoysticks(void)
|
||||
{
|
||||
#ifdef __linux__
|
||||
int i, joy = 0;
|
||||
int joy = 0;
|
||||
size_t i;
|
||||
regex_t regex;
|
||||
DIR* dir;
|
||||
const char* dirs[] =
|
||||
|
||||
Reference in New Issue
Block a user