Fixed building SDL_loadso.c on MacOS Classic

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40709
This commit is contained in:
Sam Lantinga 2003-08-30 22:20:07 +00:00
parent 8c49a5a054
commit 56ded773bc
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);