commit | 8601545338581c01e328cdc3a72c0b12d92c54cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 29 15:12:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 29 15:12:15 2020 +0200 |
tree | 78d5007c98b2209e79775833915fec826d325f61 | |
parent | 360bdbda817920657a2ec8bf329c96a749dd7224 [diff] [blame] |
patch 8.2.0473: variables declared in an outer scope Problem: Variables declared in an outer scope. Solution: Decleare variables only in the scope where they are used.
diff --git a/src/version.c b/src/version.c index 59e6014..3282033 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 473, +/**/ 472, /**/ 471,