Documentation updates
This commit is contained in:
parent
4f5f86477a
commit
7685a1892c
3 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue