diff include/SDL_error.h @ 5226:2ee8112bfc6b

Added a simple log message API
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Feb 2011 16:45:40 -0800
parents ba7492f9e2b8
children b530ef003506
line wrap: on
line diff
--- a/include/SDL_error.h	Mon Feb 07 10:40:21 2011 -0800
+++ b/include/SDL_error.h	Mon Feb 07 16:45:40 2011 -0800
@@ -48,7 +48,7 @@
  *  \name Internal error functions
  *  
  *  \internal 
- *  Private error message function - used internally.
+ *  Private error reporting function - used internally.
  */
 /*@{*/
 #define SDL_OutOfMemory()	SDL_Error(SDL_ENOMEM)