Fixed Watcom C build

This commit is contained in:
Sam Lantinga 2022-06-27 17:44:55 -07:00
parent cbd0187475
commit b6f1c91862
1 changed files with 1 additions and 1 deletions

View File

@ -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;