summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-03-06 08:36:28 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-03-06 08:36:28 +0000
commite9dd63e77c60fecb157e03c3fbc08e9b6f038aef (patch)
treec2c6de14b7126337f3d15899aa4492543d3b4301
parentb7e47198da2f973081621ffac0527147b9578001 (diff)
remove duplicate const
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@57979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index bb1fa11c9..cc69a1355 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,