Fixed building SDL_loadso.c on MacOS Classic

This commit is contained in:
Sam Lantinga 2003-08-30 22:20:07 +00:00
parent ef47886a8a
commit ace3611030
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -203,7 +203,7 @@ void SDL_UnloadObject(void *handle)
#elif defined(macintosh)
/* * */
library_id = (CFragConnectionID)handle;
CloseConnection(library_id);
CloseConnection(&library_id);
#elif defined(__MINT__) && defined(ENABLE_LDG)
/* * */
ldg_close((LDG *)handle, ldg_global);