[svn-commits] file: branch 1.4 r47558 - /branches/1.4/pbx/pbx_ael.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Nov 13 10:38:44 MST 2006


Author: file
Date: Mon Nov 13 11:38:44 2006
New Revision: 47558

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47558
Log:
Clean up last commit to better conform to standards.

Modified:
    branches/1.4/pbx/pbx_ael.c

Modified: branches/1.4/pbx/pbx_ael.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/pbx_ael.c?view=diff&rev=47558&r1=47557&r2=47558
==============================================================================
--- branches/1.4/pbx/pbx_ael.c (original)
+++ branches/1.4/pbx/pbx_ael.c Mon Nov 13 11:38:44 2006
@@ -812,7 +812,7 @@
 		char *incl_context = p4->u1.str;
 		/* find a matching context name */
 		struct pval *that_other_context = find_context(incl_context);
-		if (!that_other_context&&strcmp(incl_context,"parkedcalls")!=0) {
+		if (!that_other_context && strcmp(incl_context, "parkedcalls") != 0) {
 			ast_log(LOG_WARNING, "Warning: file %s, line %d-%d: The included context '%s' cannot be found.\n",
 					includes->filename, includes->startline, includes->endline, incl_context);
 			warns++;



More information about the svn-commits mailing list