From 0185fc26b02cacd81d6e7c5745ff0752afdb4b1c Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 16 Oct 2002 08:10:09 +0000 Subject: 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 --- floor1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'floor1.c') 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, -- cgit v1.2.1