summaryrefslogtreecommitdiff
path: root/floor1.c
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-10-16 08:10:09 +0000
committerMonty <xiphmont@xiph.org>2002-10-16 08:10:09 +0000
commit0185fc26b02cacd81d6e7c5745ff0752afdb4b1c (patch)
treef4c9287176f2a270383857d6faafc9768b9c5342 /floor1.c
parent049a933452752e5efb7a63637bc24ea256b0b2db (diff)
downloadtremor-0185fc26b02cacd81d6e7c5745ff0752afdb4b1c.tar.gz
const-ify a few things that really ought to be.
git-svn-id: https://svn.xiph.org/trunk/Tremor@4010 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'floor1.c')
-rw-r--r--floor1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/floor1.c b/floor1.c
index ac5f624..9bf79e4 100644
--- a/floor1.c
+++ b/floor1.c
@@ -216,7 +216,7 @@ static int render_point(int x0,int x1,int y0,int y1,int x){
}
}
-static ogg_int32_t FLOOR_fromdB_LOOKUP[256]={
+static const ogg_int32_t FLOOR_fromdB_LOOKUP[256]={
0x000000e5, 0x000000f4, 0x00000103, 0x00000114,
0x00000126, 0x00000139, 0x0000014e, 0x00000163,
0x0000017a, 0x00000193, 0x000001ad, 0x000001c9,