From: Joshua Colp Date: Tue, 22 May 2007 15:04:46 +0000 (+0000) Subject: Remove a double const. X-Git-Tag: 1.4.5~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aae1e3e37723577d456b6f0fb9824d55053cb611;p=thirdparty%2Fasterisk.git Remove a double const. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65452 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 7e9e2a3660..32db794c85 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -535,7 +535,7 @@ static int audio_buffers; * conversion... the numbers have been modified * to give the user a better level of adjustability */ -static const char const gain_map[] = { +static char const gain_map[] = { -15, -13, -10,