Skip to content

Commit

Permalink
Merge pull request #212 from shorepine/fallthru
Browse files Browse the repository at this point in the history
fixing fallthrough warning on AMY_HAS_ECHO case
  • Loading branch information
bwhitman authored Sep 13, 2024
2 parents 0089f71 + 987856a commit 2957dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/amy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,7 @@ struct event amy_parse_message(char * message) {
if (AMY_IS_UNSET(echo_params[4])) echo_params[4] = S2F(echo.filter_coef);
config_echo(echo_params[0], echo_params[1], echo_params[2], echo_params[3], echo_params[4]);
}
break;
case 'N': e.latency_ms = atoi(message + start); break;
case 'n': e.midi_note=atoi(message + start); break;
case 'o': e.algorithm=atoi(message+start); break;
Expand Down

0 comments on commit 2957dd5

Please sign in to comment.