Mercurial > sdl-ios-xcode
diff src/SDL_error.c @ 4472:791b3256fb22
Mostly cleaned up warnings with -Wmissing-prototypes
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 26 Jun 2010 08:56:48 -0700 |
parents | f7b03b6838cb |
children | 844b5ef4b149 |
line wrap: on
line diff
--- a/src/SDL_error.c Thu Jun 17 22:23:20 2010 -0700 +++ b/src/SDL_error.c Sat Jun 26 08:56:48 2010 -0700 @@ -116,7 +116,7 @@ /* This function has a bit more overhead than most error functions so that it supports internationalization and thread-safe errors. */ -char * +static char * SDL_GetErrorMsg(char *errstr, unsigned int maxlen) { SDL_error *error;