cleaned up entry point for dpm core
This commit is contained in:
@@ -150,4 +150,6 @@ int main( int argc, char* argv[] )
|
|||||||
|
|
||||||
// execute the module
|
// execute the module
|
||||||
int return_code = main_execute_module( loader, args.module_name, args.command );
|
int return_code = main_execute_module( loader, args.module_name, args.command );
|
||||||
|
|
||||||
|
return return_code;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user