summaryrefslogtreecommitdiff
path: root/unit/test-sdp.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-01-22 14:14:58 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-22 15:51:03 +0200
commitfb231d60de319173bc30dc7b027e256f49452878 (patch)
tree076d4fe1d5d1e2eba5aa8c68404a8f6f1288299e /unit/test-sdp.c
parentd8af57d80a2915ab1f52ff5f723d96d932dc8ac2 (diff)
downloadbluez-fb231d60de319173bc30dc7b027e256f49452878.tar.gz
unit/sdp: Remove extra zero table entry
It is enough to have one zero table entry at the end of the table.
Diffstat (limited to 'unit/test-sdp.c')
-rw-r--r--unit/test-sdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-sdp.c b/unit/test-sdp.c
index 6d699e2f8..9b8234307 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; \