فهرست منبع

Fixed mis-cherry-pick

Sam Lantinga 2 ماه پیش
والد
کامیت
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();