X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=freeglut-1.3%2Ffreeglut_joystick.c;fp=freeglut-1.3%2Ffreeglut_joystick.c;h=98f7efaef81f1cc7d14683e4ba03c7a6ce89f0ee;hb=325b6327a5df4c476789ac5a329031677f3ca59b;hp=5012dfcd50aad0518070a24bce50051fead5d566;hpb=67454172b30a73a52957022e95fbc393e3490d25;p=freeglut diff --git a/freeglut-1.3/freeglut_joystick.c b/freeglut-1.3/freeglut_joystick.c index 5012dfc..98f7efa 100644 --- a/freeglut-1.3/freeglut_joystick.c +++ b/freeglut-1.3/freeglut_joystick.c @@ -44,7 +44,7 @@ #define G_LOG_DOMAIN "freeglut-joystick" #include "../include/GL/freeglut.h" -#include "../include/GL/freeglut_internal.h" +#include "freeglut_internal.h" /* * PWO: I don't like it at all. It's a mess. Could it be cleared? @@ -544,7 +544,7 @@ void fgJoystickClose( void ) #endif free ( fgJoystick ) ; - fgJoystick = NULL ; + fgJoystick = NULL ; // show joystick has been deinitialized } /*