mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +00:00
remove duplicate const
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@57979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user