diff -r b229328c7ad4 -r 3a041d215edc test/testerror.c --- a/test/testerror.c Tue Sep 27 23:16:04 2011 -0400 +++ b/test/testerror.c Sun Oct 02 00:29:16 2011 -0400 @@ -58,7 +58,7 @@ SDL_SetError("No worries"); alive = 1; - thread = SDL_CreateThread(ThreadFunc, "#1"); + thread = SDL_CreateThread(ThreadFunc, NULL, "#1"); if (thread == NULL) { fprintf(stderr, "Couldn't create thread: %s\n", SDL_GetError()); quit(1);