remove duplicate const

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@57979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Luigi Rizzo 19 years ago
parent b7e47198da
commit e9dd63e77c

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

Loading…
Cancel
Save