unit/sdp: Remove extra zero table entry

It is enough to have one zero table entry at the end of the table.
This commit is contained in:
Andrei Emeltchenko 2014-01-22 14:14:58 +02:00 committed by Johan Hedberg
parent d8af57d80a
commit fb231d60de

View File

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