Cleanup of size_t use.

This commit is contained in:
siavash
2013-07-15 18:37:02 +02:00
committed by Camilla Berglund
parent b12c973922
commit 0463e196b4
6 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -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[] =