Skip to content

Commit

Permalink
Merge pull request #4860 from daschuer/shout_fallthough
Browse files Browse the repository at this point in the history
Shout.c : Add a missing c++14 fall through comment
  • Loading branch information
Swiftb0y authored Jul 19, 2022
2 parents 988d7c4 + 507c61e commit 9ba11db
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 9ba11db

Please sign in to comment.