[svn-commits] seanbright: branch group/appdocsxml r128603 - /team/group/appdocsxml/main/pbx.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 7 10:13:08 CDT 2008


Author: seanbright
Date: Mon Jul  7 10:13:08 2008
New Revision: 128603

URL: http://svn.digium.com/view/asterisk?view=rev&rev=128603
Log:
Fix build under dev mode

Modified:
    team/group/appdocsxml/main/pbx.c

Modified: team/group/appdocsxml/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/main/pbx.c?view=diff&rev=128603&r1=128602&r2=128603
==============================================================================
--- team/group/appdocsxml/main/pbx.c (original)
+++ team/group/appdocsxml/main/pbx.c Mon Jul  7 10:13:08 2008
@@ -2639,7 +2639,7 @@
 
 static char *ast_mxml_get_field(const char *type, const char *name, const char *var) {
 	
-	mxml_node_t *node, *lang_node, *ret;
+	mxml_node_t *lang_node, *ret;
 
 	lang_node = NULL;
 




More information about the svn-commits mailing list