]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove duplicate const
authorLuigi Rizzo <rizzo@icir.org>
Tue, 6 Mar 2007 08:36:28 +0000 (08:36 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Tue, 6 Mar 2007 08:36:28 +0000 (08:36 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@57979 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index bb1fa11c956de70f086fd4956afbd918b51b91fc..cc69a1355e05ec68291d1e88a8d4f0140ab78fba 100644 (file)
@@ -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,