mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-16 16:28:13 +00:00
Fixed Watcom C build
This commit is contained in:
@@ -211,7 +211,7 @@ SDL_GetStaticErrBuf()
|
||||
return &SDL_global_error;
|
||||
}
|
||||
|
||||
static void
|
||||
static void SDLCALL
|
||||
SDL_FreeErrBuf(void *data)
|
||||
{
|
||||
SDL_error *errbuf = (SDL_error *)data;
|
||||
|
Reference in New Issue
Block a user