wtf, get_module() uncommitted again

fixed typo
This commit is contained in:
David Anderson 2004-06-30 04:27:55 +00:00
parent 7083c898f0
commit ff23a74e9c

View File

@ -409,7 +409,7 @@ int loadModules(const char* filename)
return loaded;
}
void dettachModules()
void detachModules()
{
CList<CModule>::iterator a = g_modules.begin();
@ -420,7 +420,7 @@ void dettachModules()
}
}
void dettachReloadModules()
void detachReloadModules()
{
CList<CModule>::iterator a = g_modules.begin();