From f7ee5b491426ca36f05bfca199066923b5a1c5e0 Mon Sep 17 00:00:00 2001 From: Sami Boukortt Date: Sat, 16 Feb 2019 19:14:35 +0100 Subject: [PATCH] Fix another typo --- src/intersect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intersect.c b/src/intersect.c index e1c4f3b..1bdfb5f 100644 --- a/src/intersect.c +++ b/src/intersect.c @@ -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_) {