summaryrefslogtreecommitdiff
path: root/unit/test-avdtp.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-01-22 14:21:26 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-22 15:51:18 +0200
commit6fe5d7f420a70e4a4b24f5ecb8b861d7b4768674 (patch)
treef0844268f3aef7fc16995ab3501219385fed65b5 /unit/test-avdtp.c
parentfb231d60de319173bc30dc7b027e256f49452878 (diff)
downloadbluez-6fe5d7f420a70e4a4b24f5ecb8b861d7b4768674.tar.gz
unit/avdtp: Remove extra zero table entry
Remove not needed table entry copied, probably, from unit/sdp
Diffstat (limited to 'unit/test-avdtp.c')
-rw-r--r--unit/test-avdtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c
index 6e5131365..4726c4b32 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); \