From 1d2cbb8acb3c7d8352af1cf3bf478d8e78e0cf2c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Jul 2017 11:27:15 -0700 Subject: android: Add missing fall through declaration --- android/avdtp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'android') diff --git a/android/avdtp.c b/android/avdtp.c index bab305bed..34caf3db5 100644 --- a/android/avdtp.c +++ b/android/avdtp.c @@ -2647,6 +2647,7 @@ static gboolean avdtp_parse_resp(struct avdtp *session, return avdtp_discover_resp(session, buf, size); case AVDTP_GET_ALL_CAPABILITIES: get_all = "ALL_"; + /* fall through */ case AVDTP_GET_CAPABILITIES: DBG("GET_%sCAPABILITIES request succeeded", get_all); if (!avdtp_get_capabilities_resp(session, buf, size)) -- cgit v1.2.1