Skip to content

Commit

Permalink
Trying new fall-through comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Dec 6, 2023
1 parent 11a89a3 commit 4cac0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/Ice/IceAgent.c
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ STATUS iceAgentCheckCandidatePairConnection(PIceAgent pIceAgent)
switch (pIceCandidatePair->state) {
case ICE_CANDIDATE_PAIR_STATE_WAITING:
pIceCandidatePair->state = ICE_CANDIDATE_PAIR_STATE_IN_PROGRESS;
// explicit fall-through
/* FALLTHRU */
case ICE_CANDIDATE_PAIR_STATE_IN_PROGRESS:
CHK_STATUS(iceCandidatePairCheckConnection(pIceAgent->pBindingRequest, pIceAgent, pIceCandidatePair));
break;
Expand Down

0 comments on commit 4cac0f2

Please sign in to comment.