8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:43:03 +01:00
This commit is contained in:
asfernandes 2007-03-28 02:25:53 +00:00
parent 5fc0a2e55f
commit 21f3551b1e

View File

@ -74,7 +74,7 @@ ModuleLoader::Module *ModuleLoader::loadModule(const Firebird::PathName& modPath
/* Create an object file image from the given path */ /* Create an object file image from the given path */
retVal = NSCreateObjectFileImageFromFile(modPath.c_str(), &image); retVal = NSCreateObjectFileImageFromFile(modPath.c_str(), &image);
if(retVal != NSObjectFileImageSuccess) if (retVal != NSObjectFileImageSuccess)
{ {
switch(retVal) switch(retVal)
{ {