Diff between fb231d60de319173bc30dc7b027e256f49452878 and 6fe5d7f420a70e4a4b24f5ecb8b861d7b4768674
Changed Files
| File | Additions | Deletions | Status |
| unit/test-avdtp.c | +1 | -1 | modified |
Full Patch
diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c
index 6e51313..4726c4b 100644
--- a/unit/test-avdtp.c
+++ b/unit/test-avdtp.c
@@ -71,7 +71,7 @@ struct test_data {
#define define_test(name, function, args...) \
do { \
const struct test_pdu pdus[] = { \
- args, { }, { } \
+ args, { } \
}; \
static struct test_data data; \
data.test_name = g_strdup(name); \