Browse Source

Removed second return statement.

Philipp Wiesemann 11 years ago
parent
commit
5aa702fe74
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/testgles2.c

+ 0 - 1
test/testgles2.c

@@ -675,7 +675,6 @@ main(int argc, char *argv[])
     }
 #if !defined(__ANDROID__)    
     quit(0);
-    return 0;
 #endif    
     return 0;
 }