In glutMainLoop, the checking of ExecState, and wether it's equal to
[freeglut] / src / fg_joystick.c
index 7d4c502..6f6771c 100644 (file)
@@ -324,7 +324,7 @@ static void fghJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes )
     if( joy->error )
         return;
 
-       fgPlatformJoystickRawRead ( joy, buttons, axes );
+    fgPlatformJoystickRawRead ( joy, buttons, axes );
 }
 
 /*