summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2006-10-01 05:21:40 +0000
committerRyan C. Gordon <icculus@icculus.org>2006-10-01 05:21:40 +0000
commitccccb7f0fd7fcf989e1ad85db2e170db67a765b9 (patch)
treeee9f94569f65480b1274590993d2af0e98606011
parent7400a3f9c8d9cd56d9f60adea89350d072f94dfa (diff)
downloadsdl-ccccb7f0fd7fcf989e1ad85db2e170db67a765b9.tar.gz
FIXME for later.
-rw-r--r--src/SDL_error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SDL_error.c b/src/SDL_error.c
index bb1b2555a..a447a125d 100644
--- a/src/SDL_error.c
+++ b/src/SDL_error.c
@@ -28,6 +28,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 */
static SDL_error SDL_global_error;
#define SDL_GetErrBuf() (&SDL_global_error)