From b6f1c91862ae5b260f80cca2968cd9baefe41523 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 27 Jun 2022 17:44:55 -0700 Subject: [PATCH] Fixed Watcom C build --- src/thread/SDL_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thread/SDL_thread.c b/src/thread/SDL_thread.c index 1a60cb0e8..65610339c 100644 --- a/src/thread/SDL_thread.c +++ b/src/thread/SDL_thread.c @@ -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;