Fixed bug am48580

This commit is contained in:
David Anderson 2006-12-19 01:57:18 +00:00
parent 266ed797c5
commit e6c15d9f05

View File

@ -2327,7 +2327,7 @@ C_DLLEXPORT int Meta_Detach(PLUG_LOADTIME now, PL_UNLOAD_REASON reason)
}
#ifdef FN_META_DETACH
return FN_META_DETACH();
FN_META_DETACH();
#endif // FN_META_DETACH
return TRUE;
}