mirror of https://github.com/libsdl-org/SDL
Fixed Watcom C build
This commit is contained in:
parent
cbd0187475
commit
b6f1c91862
|
@ -211,7 +211,7 @@ SDL_GetStaticErrBuf()
|
||||||
return &SDL_global_error;
|
return &SDL_global_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void SDLCALL
|
||||||
SDL_FreeErrBuf(void *data)
|
SDL_FreeErrBuf(void *data)
|
||||||
{
|
{
|
||||||
SDL_error *errbuf = (SDL_error *)data;
|
SDL_error *errbuf = (SDL_error *)data;
|
||||||
|
|
Loading…
Reference in New Issue