Browse Source

Fixed Watcom C build

Sam Lantinga 2 years ago
parent
commit
b6f1c91862
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/thread/SDL_thread.c

+ 1 - 1
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;