summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Riemann <friemann%40gnome.org>2011-12-06 01:00:12 +0100
committerChristian Persch <chpe@gnome.org>2011-12-06 01:00:25 +0100
commitdf305a1af206f2d946efd5d99db4d7b5c854d066 (patch)
tree09cf4c553aeaf2f1777f083eb9abbfe592607583
parent2c390e673875e92c58e1bbdfcda0a292d1132070 (diff)
downloadlibcroco-df305a1af206f2d946efd5d99db4d7b5c854d066.tar.gz
Make colour table const
https://bugzilla.gnome.org/show_bug.cgi?id=546765
-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},