commit | 9618a25b9c054f0ee4e267d2db96b6e7c113ed7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 19:18:03 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 19:18:03 2020 +0100 |
tree | f9feec245acc80e076da032776154a4f2345dd24 | |
parent | e4862a0fe62261754daf476866ef2aa8586b716c [diff] [blame] |
patch 8.2.2232: compiler error for falling through into next case Problem: Compiler error for falling through into next case. Solution: Move FALLTHROUGH below the #endif
diff --git a/src/version.c b/src/version.c index 02d03b7..35f1def 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2232, +/**/ 2231, /**/ 2230,