From: Andrei Emeltchenko <[email protected]>
It is enough to have one zero table entry at the end of the table.
---
unit/test-sdp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unit/test-sdp.c b/unit/test-sdp.c
index 6d699e2..9b82343 100644
--- a/unit/test-sdp.c
+++ b/unit/test-sdp.c
@@ -72,7 +72,7 @@ struct test_data {
#define define_test(name, _mtu, args...) \
do { \
const struct sdp_pdu pdus[] = { \
- args, { }, { } \
+ args, { } \
}; \
static struct test_data data; \
data.mtu = _mtu; \
--
1.8.3.2
Hi Andrei,
On Wed, Jan 22, 2014, Andrei Emeltchenko wrote:
> It is enough to have one zero table entry at the end of the table.
> ---
> unit/test-sdp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied. Thanks.
Johan