aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 685e6e9..1b3427e 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -1765,7 +1765,7 @@ static char *xgetenv(const char * const name, char *fallback)
}
/* Checks if an env variable is set to 1 */
-static bool xgetenv_set(const char *name)
+static inline bool xgetenv_set(const char *name)
{
char *value = getenv(name);