Remove a double const.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-05-22 15:04:46 +00:00
parent 288d51d94f
commit aae1e3e377
+1 -1
View 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,