Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sboukortt committed Feb 16, 2019
1 parent 4ba4a80 commit f7ee5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intersect.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static void run(LV2_Handle handle, uint32_t sample_count, Effect effect) {
case UPMIX:
memcpy(cursor_output[CENTER], cursor_output[0], block_size * sizeof(float));

/* falltrough */
/* fallthrough */
case SYMMETRIC_DIFFERENCE: {
int c_;
for (c_ = 0; c_ < 2; ++c_) {
Expand Down

0 comments on commit f7ee5b4

Please sign in to comment.