From: Luigi Rizzo Date: Tue, 6 Mar 2007 08:36:28 +0000 (+0000) Subject: remove duplicate const X-Git-Tag: 1.6.0-beta1~3^2~3054 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9dd63e77c60fecb157e03c3fbc08e9b6f038aef;p=thirdparty%2Fasterisk.git remove duplicate const git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@57979 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index bb1fa11c95..cc69a1355e 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -520,7 +520,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,