Diff between f41013160011eb81e843816bae76707cc138923a and 4fd1a95dbc14224b259c73617ae2caaddf75944e

Changed Files

File Additions Deletions Status
android/health.c +1 -2 modified

Full Patch

diff --git a/android/health.c b/android/health.c
index 58323d9..60c4c99 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;