summaryrefslogtreecommitdiff
path: root/main/features.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-04-10 03:55:27 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-04-10 03:55:27 +0000
commit1030a25ac97c0bb4f689296b1310db46235ca457 (patch)
tree30669ccf3bf052375c331880aec1a5cf2b75a53a /main/features.c
parent4d74179f20e98399e10f5e9d7b7e678f40128452 (diff)
Modify headers and macros, according to Russell's suggestions on the -dev list
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@187599 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/features.c b/main/features.c
index f77266283..18f515ab1 100644
--- a/main/features.c
+++ b/main/features.c
@@ -3353,7 +3353,7 @@ static int park_exec_full(struct ast_channel *chan, void *data, struct ast_parki
break;
}
}
- AST_LIST_TRAVERSE_SAFE_END
+ AST_LIST_TRAVERSE_SAFE_END;
AST_LIST_UNLOCK(&parkinglot->parkings);
if (pu) {