diff options
Diffstat (limited to 'src/hyper/ht_icon')
-rw-r--r-- | src/hyper/ht_icon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/ht_icon b/src/hyper/ht_icon index 859e0fe2..b50a3143 100644 --- a/src/hyper/ht_icon +++ b/src/hyper/ht_icon @@ -2,7 +2,7 @@ #define ht_icon_height 40 #define ht_icon_x_hot -1 #define ht_icon_y_hot -1 -static char ht_icon_bits[] = { +static unsigned char ht_icon_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf7, 0x00, 0x00, 0x00, 0x00, 0xe7, 0x00, 0x00, 0x00, 0x00, 0xe7, 0x00, 0x00, 0x00, 0x00, 0xe7, 0xef, 0x7b, 0x3c, 0xe7, 0xff, |