summaryrefslogtreecommitdiff
path: root/main/http.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/http.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/http.c')
-rw-r--r--main/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/http.c b/main/http.c
index 934eaf011..011c0893d 100644
--- a/main/http.c
+++ b/main/http.c
@@ -399,7 +399,7 @@ void ast_http_uri_unlink_all_with_key(const char *key)
ast_free(urih);
}
}
- AST_RWLIST_TRAVERSE_SAFE_END
+ AST_RWLIST_TRAVERSE_SAFE_END;
AST_RWLIST_UNLOCK(&uris);
}