From 6fe5d7f420a70e4a4b24f5ecb8b861d7b4768674 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 22 Jan 2014 14:21:26 +0200 Subject: [PATCH] unit/avdtp: Remove extra zero table entry Remove not needed table entry copied, probably, from unit/sdp --- unit/test-avdtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 2.47.3