changeset 3783:dc3870a3f30d SDL-ryan-multiple-audio-device

FIXME for later.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 01 Oct 2006 05:21:40 +0000
parents 8225ef1f4dee
children 37c9c4590689
files src/SDL_error.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/SDL_error.c	Sun Oct 01 05:19:16 2006 +0000
+++ b/src/SDL_error.c	Sun Oct 01 05:21:40 2006 +0000
@@ -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)