提交 b6b7dd26 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix missing parens

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15384 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 84a888d7
......@@ -185,7 +185,7 @@ static char *print_json(switch_memory_pool_t *pool, http_data_t *http_data) {
*data = '\0';
}
if zstr(header->data) {
if (zstr(header->data)) {
header = header->next;
continue;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论