billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=c17f3a6f2608b62f33418e8a9e790d24bcfd41e8
commit c17f3a6f2608b62f33418e8a9e790d24bcfd41e8 Author: Boris Faure <bill...@gmail.com> Date: Sun Sep 6 22:40:28 2020 +0200 colors.h: change name of header guard --- src/bin/colors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/colors.h b/src/bin/colors.h index 666c9c6..e2f2f58 100644 --- a/src/bin/colors.h +++ b/src/bin/colors.h @@ -1,5 +1,5 @@ -#ifndef _COL_H__ -#define _COL_H__ 1 +#ifndef _COLORS_H__ +#define _COLORS_H__ 1 #include <Evas.h> #include "config.h" --