Mercurial > sdl-ios-xcode
diff src/SDL_loadso.c @ 708:d0d50f2b044c
Fixed building SDL_loadso.c on MacOS Classic
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 30 Aug 2003 22:20:07 +0000 |
parents | c67d4fb10a45 |
children | b8d311d90021 |
line wrap: on
line diff
--- a/src/SDL_loadso.c Sat Aug 30 21:57:23 2003 +0000 +++ b/src/SDL_loadso.c Sat Aug 30 22:20:07 2003 +0000 @@ -203,7 +203,7 @@ #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);