Fixed mis-cherry-pick

This commit is contained in:
Sam Lantinga 2025-02-01 11:03:33 -08:00
parent 799ede831e
commit 2847273885
1 changed files with 1 additions and 1 deletions

View File

@ -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();