From e06f3733fa20b80b798c1ccf809b39b878b38945 Mon Sep 17 00:00:00 2001 From: Chris Punches Date: Sat, 8 Mar 2025 21:53:55 -0500 Subject: [PATCH] cleaned up entry point for dpm core --- src/dpm.cpp | 2 ++ 1 file changed, 2 insertions(+) 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