fix missing parens

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15384 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-11-06 15:58:08 +00:00
parent 84a888d7e5
commit b6b7dd26d8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}