From 0b52aa9d137b03017313e028accc92dc5d536440 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sat, 30 Dec 2023 11:25:16 +0100 Subject: Initial rebase without effects --- util/env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/env.c') diff --git a/util/env.c b/util/env.c index b0a9efd..77911a2 100644 --- a/util/env.c +++ b/util/env.c @@ -19,7 +19,7 @@ bool env_parse_bool(const char *option) { return false; } -ssize_t env_parse_switch(const char *option, const char **switches) { +size_t env_parse_switch(const char *option, const char **switches) { const char *env = getenv(option); if (env) { wlr_log(WLR_INFO, "Loading %s option: %s", option, env); -- cgit v1.2.3