Diff between 8538a005b2befc8ac4a6dee3c191c7634d530d49 and 1c3adb4d5406b5cdf6b42d2de49acc71eb639214
Changed Files
| File | Additions | Deletions | Status |
| unit/test-avrcp.c | +1 | -1 | modified |
Full Patch
diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c
index 5d78a9a..3702d39 100644
--- a/unit/test-avrcp.c
+++ b/unit/test-avrcp.c
@@ -295,7 +295,7 @@ static bool check_attributes(const uint8_t *params)
for (i = 1; i <= params[0]; i++) {
DBG("params[%d] = 0x%02x", i, params[i]);
if (params[i] > AVRCP_ATTRIBUTE_LAST ||
- params[i] == AVRCP_ATTRIBUTE_ILEGAL)
+ params[i] == AVRCP_ATTRIBUTE_ILEGAL)
return false;
}