2014-09-23 21:02:20

by Arman Uguray

[permalink] [raw]
Subject: [PATCH] shared/gatt-client: Remove stray line.

Remove copy-paste artifact.
---
src/shared/gatt-client.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/src/shared/gatt-client.h b/src/shared/gatt-client.h
index 7612a6e..5ad1705 100644
--- a/src/shared/gatt-client.h
+++ b/src/shared/gatt-client.h
@@ -36,7 +36,6 @@
#define BT_GATT_CHRC_PROP_AUTH 0x40
#define BT_GATT_CHRC_PROP_EXT_PROP 0x80

-/* Client Characteristic Configuration bit field */
struct bt_gatt_client;

struct bt_gatt_client *bt_gatt_client_new(struct bt_att *att, uint16_t mtu);
--
2.1.0.rc2.206.gedb03e5



2014-09-24 08:08:24

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] shared/gatt-client: Remove stray line.

Hi Arman,

On Tue, Sep 23, 2014, Arman Uguray wrote:
> Remove copy-paste artifact.
> ---
> src/shared/gatt-client.h | 1 -
> 1 file changed, 1 deletion(-)

Applied. Thanks.

Johan