diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-05 16:31:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-05 16:31:41 (GMT) |
commit | 81d138c83dec50a8e9564b23504f31d2c27d732c (patch) | |
tree | 6f4896fd23dd338103d1d803fa05df8815ed3d2d /xlib | |
parent | bb9858561d1382d86100fbd44c35f40cca23203f (diff) | |
download | tk-81d138c83dec50a8e9564b23504f31d2c27d732c.zip tk-81d138c83dec50a8e9564b23504f31d2c27d732c.tar.gz tk-81d138c83dec50a8e9564b23504f31d2c27d732c.tar.bz2 |
smaller az table
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xcolors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c index 61a99a4..8942d14 100644 --- a/xlib/xcolors.c +++ b/xlib/xcolors.c @@ -17,8 +17,8 @@ * Index array. For each of the characters 'a'-'y', this table gives the first color * starting with that character in the xColors table. */ -static const int az[] = {0, 5, 13, 21, 45, 46, 50, 60, 62, 65, 66, 67, - 91, 106, 109, 115, 126, 127, 130, 144, 149, 150, 152, 155, 156, 158}; +static const unsigned char az[] = {0, 5, 13, 21, 45, 46, 50, 60, 62, 65, 66, + 67, 91, 106, 109, 115, 126, 127, 130, 144, 149, 150, 152, 155, 156, 158}; /* * Define an array that defines the mapping from color names to RGB values. |