浏览代码

Fixed mis-cherry-pick

Sam Lantinga 7 月之前
父节点
当前提交
2847273885
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/testatomic.c

+ 1 - 1
test/testatomic.c

@@ -131,7 +131,7 @@ static int SDLCALL adder(void *junk)
 static void runAdder(void)
 {
     Uint32 start, end;
-    int T = NThreads;
+    int i;
     SDL_Thread *threads[NThreads];
 
     start = SDL_GetTicks();