]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove a double const.
authorJoshua Colp <jcolp@digium.com>
Tue, 22 May 2007 15:04:46 +0000 (15:04 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 22 May 2007 15:04:46 +0000 (15:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65452 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 7e9e2a36606bacef015b19bcd1b4ffab47af296d..32db794c850fb27eef37190d55339bcd5ff98690 100644 (file)
@@ -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,