diff --git a/src/dpm.cpp b/src/dpm.cpp index 98403fc..46df25c 100644 --- a/src/dpm.cpp +++ b/src/dpm.cpp @@ -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; } \ No newline at end of file