fix missing parens
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15384 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
84a888d7e5
commit
b6b7dd26d8
|
@ -185,7 +185,7 @@ static char *print_json(switch_memory_pool_t *pool, http_data_t *http_data) {
|
||||||
*data = '\0';
|
*data = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
if zstr(header->data) {
|
if (zstr(header->data)) {
|
||||||
header = header->next;
|
header = header->next;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue