Commit 8c49a5a0 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40708
parent be1086b8
......@@ -184,6 +184,8 @@ void SDL_UnloadObject(void *handle)
{
#if defined(__BEOS__)
image_id library_id;
#elif defined(macintosh)
CFragConnectionID library_id;
#endif
if ( handle == NULL ) {
return;
......@@ -200,7 +202,7 @@ void SDL_UnloadObject(void *handle)
unload_add_on(library_id);
#elif defined(macintosh)
/* * */
CFragConnectionID library_id = (CFragConnectionID)handle;
library_id = (CFragConnectionID)handle;
CloseConnection(library_id);
#elif defined(__MINT__) && defined(ENABLE_LDG)
/* * */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment