aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_ael.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-13 17:38:44 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-13 17:38:44 +0000
commitc1b03b9e0a0445ebcf4a887bc5fda7ffa4d485b9 (patch)
tree9e1034f652b9a6262ac7a01ecfa9dc91000947f5 /pbx/pbx_ael.c
parentfc1955b000839a89492bc16fc20328924feb60fc (diff)
Clean up last commit to better conform to standards.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47558 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_ael.c')
-rw-r--r--pbx/pbx_ael.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 199c544ce..b900ec0d2 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -812,7 +812,7 @@ static void check_includes(pval *includes)
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++;