Skip to content

Commit

Permalink
Add a missing c++14 fall through comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jul 19, 2022
1 parent 988d7c4 commit 507c61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libshout-idjc/src/shout.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,7 @@ static int try_connect(shout_t *self)
}
#endif
self->state = SHOUT_STATE_REQ_CREATION;
/* fall through */

case SHOUT_STATE_REQ_CREATION:
if ((rc = create_request(self)) != SHOUTERR_SUCCESS)
Expand Down

0 comments on commit 507c61e

Please sign in to comment.