raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6297159c5df53608bca7a31d5d43e44cbb13667a
commit 6297159c5df53608bca7a31d5d43e44cbb13667a Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon May 3 20:54:23 2021 +0100 elm - fnmatch - fix typo --- src/lib/elementary/Elementary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index 9aba913e95..8e8c198829 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h @@ -20,7 +20,7 @@ #include <sys/time.h> #include <sys/param.h> #include <math.h> -#include <fnmatch.h>< +#include <fnmatch.h> #include <limits.h> #include <ctype.h> #include <time.h> --