corrected typo in Darwin specific code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2002-02-20 07:22:46 +00:00
parent c9468a241b
commit a8522481f7

View File

@ -477,7 +477,7 @@ void *dlopen(const char *path, int mode /* mode is ignored */)
int dlclose(void *handle)
{
NSUnLinkModule( m_handle, NSUNLINKMODULE_OPTION_NONE);
NSUnLinkModule( handle, NSUNLINKMODULE_OPTION_NONE);
return 0;
}