Mercurial > sdl-ios-xcode
changeset 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 | c300302e7ae4 |
files | MPWmake.sea.bin src/SDL_loadso.c |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);