From 53ce5968216eb135f9299fb25cd88b894f0647aa Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Tue, 29 Apr 2025 15:40:44 +0200 Subject: Remove wchar --- src/opendeco-conf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/opendeco-conf.c') 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 #include -#include #include #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"); -- cgit v1.2.3-70-g09d2