Skip to content

Commit

Permalink
Fixed building SDL_loadso.c on MacOS Classic
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 30, 2003
1 parent 0f8575e commit 1ce6097
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified MPWmake.sea.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion src/SDL_loadso.c
Expand Up @@ -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);
Expand Down

0 comments on commit 1ce6097

Please sign in to comment.