From 1d0943fafdb3c547965917eb4dfcb4d6445461a4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 1 May 2023 18:41:48 +0200 Subject: Added void in function prototypes and declarations --- src/env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/env.c') diff --git a/src/env.c b/src/env.c index 282bc8f..23b78d1 100644 --- a/src/env.c +++ b/src/env.c @@ -14,7 +14,7 @@ mymkdir(char *d, int m) } void -init_env() +init_env(void) { char *nissydata = getenv("NISSYDATA"); char *localdata = getenv("XDG_DATA_HOME"); -- cgit v1.3