Code formatting tweak
[freeglut] / src / freeglut_ext.c
index 2c98d4b..9c8da14 100644 (file)
@@ -31,7 +31,7 @@
 
 #define GLX_GLXEXT_PROTOTYPES
 
-#include "../include/GL/freeglut.h"
+#include <GL/freeglut.h>
 #include "freeglut_internal.h"
 
 
@@ -179,7 +179,7 @@ static struct name_address_pair glut_functions[] =
    { "glutGetProcAddress", (void *) glutGetProcAddress },
    { "glutMouseWheelFunc", (void *) glutMouseWheelFunc },
    { NULL, NULL }
-};   
+};
 
 
 void *FGAPIENTRY glutGetProcAddress( const char *procName )