Diff between d8af57d80a2915ab1f52ff5f723d96d932dc8ac2 and fb231d60de319173bc30dc7b027e256f49452878
Changed Files
| File | Additions | Deletions | Status |
| unit/test-sdp.c | +1 | -1 | modified |
Full Patch
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; \