From c18f3fd14d3a16b019ea50f81fc0b767a8b2a44c Mon Sep 17 00:00:00 2001
From: lns <matzeton@googlemail.com>
Date: Wed, 1 Jun 2022 14:34:18 +0200
Subject: run additional release target tests

 * fixed config/build errors/warnings

Signed-off-by: lns <matzeton@googlemail.com>
---
 source/tools/loadmodule.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'source/tools')

diff --git a/source/tools/loadmodule.c b/source/tools/loadmodule.c
index 48bc8be..4d3fb22 100644
--- a/source/tools/loadmodule.c
+++ b/source/tools/loadmodule.c
@@ -17,7 +17,7 @@ int main(int argc, char** argv) {
     } else if (argc == 1) {
         path = dirname(argv[0]);
     } else {
-        printf("usage: %s [|PATH_TO_DLL]\n", path);
+        printf("usage: %s [|PATH_TO_DLL]\n", argv[0]);
         return 1;
     }
  
-- 
cgit v1.2.3