summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cr-rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cr-rgb.c b/src/cr-rgb.c
index 6313a58..d919bed 100644
--- a/src/cr-rgb.c
+++ b/src/cr-rgb.c
@@ -28,7 +28,7 @@
#include "cr-term.h"
#include "cr-parser.h"
-static CRRgb gv_standard_colors[] = {
+static const CRRgb gv_standard_colors[] = {
{"aliceblue", 240, 248, 255, 0,},
{"antiquewhite", 250, 235, 215, 0},
{"aqua", 0, 255, 255, 0},