summaryrefslogtreecommitdiff
path: root/pbx/pbx_ael.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-11-13 17:36:28 +0000
committerJoshua Colp <jcolp@digium.com>2006-11-13 17:36:28 +0000
commit23ebec40a53f33a2fcc7f82462c47a392418218a (patch)
tree54723c879e921a8e27ca8e29f7ba72a2061c55b6 /pbx/pbx_ael.c
parent613e5032608f24925d3534f3d7c757bfba2622d4 (diff)
Clean up last commit to better conform to standards.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 4e22dcd78..7d65e5065 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -859,7 +859,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++;