diff src/SDL_error.c @ 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 c121d94672cb
children e1da92da346c
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)