mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user