cleaned up entry point for dpm core

master
Chris Punches 2025-03-08 21:53:55 -05:00
parent 525462a144
commit e06f3733fa
1 changed files with 2 additions and 0 deletions

View File

@ -150,4 +150,6 @@ int main( int argc, char* argv[] )
// execute the module
int return_code = main_execute_module( loader, args.module_name, args.command );
return return_code;
}