diff --git a/profiles/sap/server.c b/profiles/sap/server.c
index ce423a1..5de682a 100644
--- a/profiles/sap/server.c
+++ b/profiles/sap/server.c
param->len = htons(SAP_PARAM_ID_MAX_MSG_SIZE_LEN);
put_be16(SAP_BUF_SIZE, ¶m->val);
size += PARAMETER_SIZE(SAP_PARAM_ID_MAX_MSG_SIZE_LEN);
-
- /* fall */
+ /* fall through */
default:
conn->state = SAP_STATE_DISCONNECTED;
/* Change state to connected after ongoing call ended */
sap_set_connected(server);
- /* fall */
+ /* fall through */
case SAP_STATE_CONNECTED:
case SAP_STATE_GRACEFUL_DISCONNECT:
memset(buf, 0, sizeof(buf));