Ver Fonte

Removed second return statement.

Philipp Wiesemann há 12 anos atrás
pai
commit
5aa702fe74
1 ficheiros alterados com 0 adições e 1 exclusões
  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;
 }