From 4fd1a95dbc14224b259c73617ae2caaddf75944e Mon Sep 17 00:00:00 2001 From: Grzegorz Kolodziejczyk Date: Tue, 17 Jun 2014 15:47:14 +0200 Subject: [PATCH] android/health: Make coding style consistent for array parameter --- android/health.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/health.c b/android/health.c index 58323d9bd..60c4c99fd 100644 --- a/android/health.c +++ b/android/health.c @@ -1093,8 +1093,7 @@ static int connect_mcl(struct health_channel *channel) search_cb, channel, NULL, 0); } -static struct health_device *create_device(uint16_t app_id, - const uint8_t addr[]) +static struct health_device *create_device(uint16_t app_id, const uint8_t *addr) { struct health_device *dev; -- 2.47.3