From e1218542d263dc9c615ac9f9c88a0253d8d3f14d Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 6 Jul 2025 19:01:06 +0200 Subject: [PATCH] thougth i could do that --- src/rds95.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rds95.c b/src/rds95.c index 0c7d7a8..2df1454 100644 --- a/src/rds95.c +++ b/src/rds95.c @@ -45,7 +45,7 @@ static inline void show_help(char *name) { "\t-c,--config\tSet the config path [default: %s]\n" "\n", name, - DEFAULT_CONFIG_PATH, + DEFAULT_CONFIG_PATH ); }