Fix SIP_PAYLOAD_INIT2 macro in sip_header.h

This commit is contained in:
Artur Zaprzała 2015-02-18 12:37:20 +01:00
parent b320c525c2
commit 2c8e9c80ce

View File

@ -317,7 +317,7 @@ sip_payload_t *sip_payload_create(su_home_t *, void const *data, isize_t len);
* @HIDE
*/
#define SIP_PAYLOAD_INIT2(data, length) \
{{{ 0, 0, sip_payload_class, data, length }, NULL, data, length }}
{{{ 0, 0, sip_payload_class, data, length }}, NULL, data, length }
/** Create a SIP separator line structure. */
SOFIAPUBFUN sip_separator_t *sip_separator_create(su_home_t *home);