aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-22 15:04:46 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-22 15:04:46 +0000
commit4298a1a1e918efaf34561f5573e28dd0271918f2 (patch)
treea5a8827390a7a277f5c9512dcfb7b0e1949a665b /apps
parent3cf73e21ca09b022819bcb371cfe410736a960ec (diff)
Remove a double const.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65452 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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 7e9e2a366..32db794c8 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,