Explorar o código

testgles2: Fix typo in help text

Cameron Gutman %!s(int64=3) %!d(string=hai) anos
pai
achega
99e9156ff5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/testgles2.c

+ 1 - 1
test/testgles2.c

@@ -583,7 +583,7 @@ main(int argc, char *argv[])
             }
         }
         if (consumed < 0) {
-            static const char *options[] = { "[--fsaa]", "[--accel]", "[--zdepth %d], [--threaded]", NULL };
+            static const char *options[] = { "[--fsaa]", "[--accel]", "[--zdepth %d]", "[--threaded]", NULL };
             SDLTest_CommonLogUsage(state, argv[0], options);
             quit(1);
         }