diff src/SDL_error.c @ 4627:3b5f4b3a69e1

Documentation updates
author Sam Lantinga <slouken@libsdl.org>
date Thu, 29 Jul 2010 20:24:05 -0700
parents 844b5ef4b149
children ba7492f9e2b8
line wrap: on
line diff
--- a/src/SDL_error.c	Wed Jul 28 22:24:13 2010 -0700
+++ b/src/SDL_error.c	Thu Jul 29 20:24:05 2010 -0700
@@ -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