Documentation updates

This commit is contained in:
Sam Lantinga 2010-07-29 20:24:05 -07:00
parent 4f5f86477a
commit 7685a1892c
3 changed files with 12 additions and 13 deletions

View file

@ -30,8 +30,7 @@
/* Routine to get the thread-specific error variable */
#if SDL_THREADS_DISABLED
/* !!! FIXME: what does this comment mean? Victim of Search and Replace? */
/* The SDL_arraysize(The ),default (non-thread-safe) global error variable */
/* The default (non-thread-safe) global error variable */
static SDL_error SDL_global_error;
#define SDL_GetErrBuf() (&SDL_global_error)
#else