summaryrefslogtreecommitdiff
path: root/gtk/theme-bits
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/theme-bits')
-rw-r--r--gtk/theme-bits/decompose-bits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/theme-bits/decompose-bits.c b/gtk/theme-bits/decompose-bits.c
index 3b6cd85189..69f27a8ebe 100644
--- a/gtk/theme-bits/decompose-bits.c
+++ b/gtk/theme-bits/decompose-bits.c
@@ -46,7 +46,7 @@ do_part (GdkPixbuf *pixbuf,
color3 = pixels + part3_index * n_channels;
pixels += rowstride;
- printf ("static guchar %s_%s_bits[] = {\n", base_name, part_name);
+ printf ("static const guchar %s_%s_bits[] = {\n", base_name, part_name);
printf (" ");
while (height--)