Remove a double const.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Joshua Colp 19 years ago
parent 288d51d94f
commit aae1e3e377

@ -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,

Loading…
Cancel
Save