commit | 4ec86ddd77a89766e42bd0a6cfcf10af4c3d03b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 23:28:54 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 23:28:54 2017 +0200 |
tree | 7e54844f1f1237b9a0e4b1c98dee98c0bed7645b | |
parent | 9f45ccd1bf2d2de979d252fdd7e5c9eb3fa6cceb [diff] [blame] |
patch 8.0.1043: warning for uninitialized variable Problem: Warning for uninitialized variable. (John Marriott) Solution: Move code to check indent inside "if".
diff --git a/src/version.c b/src/version.c index 77620ad..2138f0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1043, +/**/ 1042, /**/ 1041,