cleaned up entry point for dpm core

This commit is contained in:
Chris Punches
2025-03-08 21:53:55 -05:00
parent 525462a144
commit e06f3733fa

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;
}