[asterisk-commits] file: branch 1.4 r65452 - /branches/1.4/apps/app_meetme.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue May 22 08:04:47 MST 2007


Author: file
Date: Tue May 22 10:04:46 2007
New Revision: 65452

URL: http://svn.digium.com/view/asterisk?view=rev&rev=65452
Log:
Remove a double const.

Modified:
    branches/1.4/apps/app_meetme.c

Modified: branches/1.4/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_meetme.c?view=diff&rev=65452&r1=65451&r2=65452
==============================================================================
--- branches/1.4/apps/app_meetme.c (original)
+++ branches/1.4/apps/app_meetme.c Tue May 22 10:04:46 2007
@@ -535,7 +535,7 @@
  *  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,



More information about the asterisk-commits mailing list