changeset 7037 | 3fedf1f25b94 |
parent 6885 | 700f1b25f77f |
child 7259 | be3edef98d4b |
1.1 --- a/src/thread/generic/SDL_systhread.c Fri Mar 29 21:29:57 2013 -0400 1.2 +++ b/src/thread/generic/SDL_systhread.c Sun Mar 31 12:48:50 2013 -0400 1.3 @@ -28,8 +28,7 @@ 1.4 int 1.5 SDL_SYS_CreateThread(SDL_Thread * thread, void *args) 1.6 { 1.7 - SDL_SetError("Threads are not supported on this platform"); 1.8 - return (-1); 1.9 + return SDL_SetError("Threads are not supported on this platform"); 1.10 } 1.11 1.12 void