[svn-commits] rizzo: trunk r57979 - /trunk/apps/app_meetme.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Mar 6 01:36:28 MST 2007
Author: rizzo
Date: Tue Mar 6 02:36:28 2007
New Revision: 57979
URL: http://svn.digium.com/view/asterisk?view=rev&rev=57979
Log:
remove duplicate const
Modified:
trunk/apps/app_meetme.c
Modified: trunk/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_meetme.c?view=diff&rev=57979&r1=57978&r2=57979
==============================================================================
--- trunk/apps/app_meetme.c (original)
+++ trunk/apps/app_meetme.c Tue Mar 6 02:36:28 2007
@@ -520,7 +520,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 svn-commits
mailing list