diff -r f42e8db53f78 -r ba7492f9e2b8 include/SDL_error.h --- a/include/SDL_error.h Sat Aug 28 22:56:52 2010 -0700 +++ b/include/SDL_error.h Sun Aug 29 12:00:09 2010 -0700 @@ -41,7 +41,7 @@ /* Public functions */ extern DECLSPEC void SDLCALL SDL_SetError(const char *fmt, ...); -extern DECLSPEC char *SDLCALL SDL_GetError(void); +extern DECLSPEC const char *SDLCALL SDL_GetError(void); extern DECLSPEC void SDLCALL SDL_ClearError(void); /**