Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
test/torturethread.c
|
@@ -83,7 +83,7 @@ int main(int argc, char *argv[]) |
|
|
time_for_threads_to_die[i] = 1; |
|
|
} |
|
|
|
|
|
for(i = NUMTHREADS-1; i >= 0; --i) { |
|
|
for(i = 0; i < NUMTHREADS; i++) { |
|
|
SDL_WaitThread(threads[i], NULL); |
|
|
} |
|
|
SDL_Quit(); |
|
|