aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/purty/volume.bitmap
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-01 00:49:23 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-01 00:49:23 +0000
commit86c534a99a9eda6be04595e2fecc433e51ddaed2 (patch)
treeb9931d602f93f875ed2669ab78b0970dc27aa3e4 /src/graph/include/purty/volume.bitmap
parent664e27a1d8f4927285e8c4f89870796c9d9f518e (diff)
downloadopen-axiom-86c534a99a9eda6be04595e2fecc433e51ddaed2.tar.gz
More C cleanups
Diffstat (limited to 'src/graph/include/purty/volume.bitmap')
-rw-r--r--src/graph/include/purty/volume.bitmap2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/include/purty/volume.bitmap b/src/graph/include/purty/volume.bitmap
index c5b65e29..50c09d1c 100644
--- a/src/graph/include/purty/volume.bitmap
+++ b/src/graph/include/purty/volume.bitmap
@@ -2,7 +2,7 @@
#define volumeBitmap_height 16
#define volumeBitmap_x_hot 5
#define volumeBitmap_y_hot 1
-static char volumeBitmap_bits[] = {
+static const unsigned char volumeBitmap_bits[] = {
0x00, 0x00, 0x60, 0x00, 0x90, 0x00, 0x10, 0x01, 0x10, 0x07, 0x10, 0x09,
0x0c, 0x39, 0x1a, 0x51, 0x32, 0x50, 0x22, 0x40, 0x22, 0x40, 0x04, 0x60,
0x04, 0x30, 0xf8, 0x1f, 0x04, 0x20, 0xf8, 0x1f};