From 1d72d4f2ec9a44dc5f524de018ca3a9fc2911ff0 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 19 Nov 2022 09:57:49 +0000 Subject: Fix misnamed header guards in color.h. --- src/color.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/color.h b/src/color.h index 505ba9a..1b1cc05 100644 --- a/src/color.h +++ b/src/color.h @@ -1,5 +1,5 @@ -#ifndef UTIL_H -#define UTIL_H +#ifndef COLOR_H +#define COLOR_H #include #include @@ -13,4 +13,4 @@ struct color { struct color hex_to_color(const char *hex); -#endif /* UTIL_H */ +#endif /* COLOR_H */ -- cgit v1.2.3