From 580572892f2db5a63a640c81d764796647d58d32 Mon Sep 17 00:00:00 2001 From: Pere Pujal i Carabantes Date: Thu, 29 Jun 2023 23:49:41 +0200 Subject: [PATCH] Typo? --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 70bc42a67..0fd1db4bb 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -27728,7 +27728,7 @@ static void parse_file_options(struct cfginfo *restrict tmpcfg, const char *file } #ifdef __linux__ -#ifndef __ANDROID__l +#ifndef __ANDROID__ wordexp_t result; wordexp(arg, &result, 0);