From c17f3a6f2608b62f33418e8a9e790d24bcfd41e8 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 6 Sep 2020 22:40:28 +0200 Subject: [PATCH] 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 666c9c64..e2f2f588 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 #include "config.h"