# HG changeset patch # User Sam Lantinga # Date 1144851929 0 # Node ID 3b08574f4c601dd07c0fe30f2947dcec2de1d28a # Parent b255b4058d37a4793255e117f3cc6f094f6f6c51 *** empty log message *** diff -r b255b4058d37 -r 3b08574f4c60 test/torturethread.c --- a/test/torturethread.c Wed Apr 12 14:19:11 2006 +0000 +++ b/test/torturethread.c Wed Apr 12 14:25:29 2006 +0000 @@ -83,7 +83,7 @@ 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();