comparison src/SDL_error_c.h @ 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 b530ef003506
comparison
equal deleted inserted replaced
4471:11cedc036ca1 4472:791b3256fb22
56 char buf[ERR_MAX_STRLEN]; 56 char buf[ERR_MAX_STRLEN];
57 } args[ERR_MAX_ARGS]; 57 } args[ERR_MAX_ARGS];
58 } SDL_error; 58 } SDL_error;
59 59
60 #endif /* _SDL_error_c_h */ 60 #endif /* _SDL_error_c_h */
61
61 /* vi: set ts=4 sw=4 expandtab: */ 62 /* vi: set ts=4 sw=4 expandtab: */