2014-01-22 12:21:26

by Andrei Emeltchenko

[permalink] [raw]
Subject: [PATCH] unit/avdtp: Remove extra zero table entry

From: Andrei Emeltchenko <[email protected]>

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 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); \
--
1.8.3.2



2014-01-22 13:52:34

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] unit/avdtp: Remove extra zero table entry

Hi Andrei,

On Wed, Jan 22, 2014, Andrei Emeltchenko wrote:
> Remove not needed table entry copied, probably, from unit/sdp
> ---
> unit/test-avdtp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied. Thanks.

Johan