diff options
-rw-r--r-- | src/color.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <stdbool.h> #include <stdint.h> @@ -13,4 +13,4 @@ struct color { struct color hex_to_color(const char *hex); -#endif /* UTIL_H */ +#endif /* COLOR_H */ |