summaryrefslogtreecommitdiff
path: root/src/scan.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-11-10 21:03:44 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-11-10 21:04:10 -0800
commit696be14bcb4daef5280b425e297223c6ae530cb5 (patch)
treed17367cb2809ef8924054e4e0abf78ad0e4bf5ba /src/scan.c
parent29972ebbb2409bcba87637069a7ad9a958b3325d (diff)
Assume C89 and just use const, not local Const macro
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/scan.c')
-rw-r--r--src/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scan.c b/src/scan.c
index 858f274..e51d1ab 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -589,7 +589,7 @@ ScanOtherColors(
* level.
*/
-static unsigned long Const low_bits_table[] = {
+static unsigned long const low_bits_table[] = {
0x00000000, 0x00000001, 0x00000003, 0x00000007,
0x0000000f, 0x0000001f, 0x0000003f, 0x0000007f,
0x000000ff, 0x000001ff, 0x000003ff, 0x000007ff,