aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/opendeco-conf.c
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2025-04-29 15:40:44 +0200
committerGravatar Tim Segers <tsegers@pm.me>2025-04-29 16:03:28 +0200
commit53ce5968216eb135f9299fb25cd88b894f0647aa (patch)
tree83994c164a0cc9e6ab8073210d690f954b4c1cb7 /src/opendeco-conf.c
parentb4582977251dbf07c13c4d69a4f7be04e75612d6 (diff)
downloadopendeco-develop.tar.gz
Remove wchardevelop
Diffstat (limited to 'src/opendeco-conf.c')
-rw-r--r--src/opendeco-conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/opendeco-conf.c b/src/opendeco-conf.c
index e19440b..6bf960d 100644
--- a/src/opendeco-conf.c
+++ b/src/opendeco-conf.c
@@ -2,7 +2,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <wchar.h>
#include <errno.h>
#include "opendeco-conf.h"
@@ -26,7 +25,7 @@ int opendeco_conf_parse(const char *confpath, struct arguments *arguments)
if (!od_conf)
return -EINVAL;
- fwprintf(stderr, L"Picked up options from %s\n", confpath);
+ fprintf(stderr, "Picked up options from %s\n", confpath);
/* set options in arguments */
toml_table_t *dive = toml_table_in(od_conf, "dive");