Skip to content

Commit

Permalink
missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed May 4, 2024
1 parent 4be7e7d commit ac8a1cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ bool decode_radio_commands(struct channel *chan,uint8_t const *buffer,int length
if(x >=0 && x < 128)
chan->output.rtp.type = x;
}
break;
case OUTPUT_ENCODING:
{
int const x = decode_int(cp,optlen);
Expand Down

0 comments on commit ac8a1cd

Please sign in to comment.