Diff between f9bd117bce623cd594f99c57f6f7701c57bdbe8b and 4067b86e4ce7a8f73ef7e2d8c9d2a2a93a67b7bc

Changed Files

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

Full Patch

diff --git a/android/hidhost.c b/android/hidhost.c
index 3dc3c25..ebed56d 100644
--- a/android/hidhost.c
+++ b/android/hidhost.c
@@ -110,7 +110,7 @@ struct hid_device {
 	uint8_t		last_hid_msg;
 	struct bt_hog	*hog;
 	guint		reconnect_id;
-	int sec_level;
+	int		sec_level;
 };
 
 static int device_cmp(gconstpointer s, gconstpointer user_data)