Tidy nested if/else to suppress gcc -Wall -pedantic noise
[freeglut] / src / freeglut_misc.c
index d950d0a..2af1731 100644 (file)
@@ -51,7 +51,7 @@
 int FGAPIENTRY glutExtensionSupported( const char* extension )
 {
   const char *extensions, *start;
-  const int len = strlen( extension ) ;
+  const int len = strlen( extension );
 
   /*
    * Make sure there is a current window, and thus a current context available