comparison src/thread/SDL_thread_c.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
60 SDL_error errbuf; 60 SDL_error errbuf;
61 void *data; 61 void *data;
62 }; 62 };
63 63
64 /* This is the function called to run a thread */ 64 /* This is the function called to run a thread */
65 extern void SDL_RunThread (void *data); 65 extern void SDL_RunThread(void *data);
66 66
67 #endif /* _SDL_thread_c_h */ 67 #endif /* _SDL_thread_c_h */
68 /* vi: set ts=4 sw=4 expandtab: */ 68 /* vi: set ts=4 sw=4 expandtab: */