summaryrefslogtreecommitdiff
path: root/src/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h6
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 */