commit | e797abf3c75358ebc0b31d6e076972daf889e06e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 10 21:22:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 10 21:22:15 2018 +0200 |
tree | f3269db6995b119142514da7314b8ea1f344c7ba | |
parent | c93262b2e3fb043c685bd4014a35a29111dea484 [diff] [blame] |
patch 8.1.0364: compiler warning in xdiff code Problem: Compiler warning in xdiff code. (Yegappan Lakshmanan) Solution: Initialize directly.
diff --git a/src/version.c b/src/version.c index 853c86f..0654c29 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 364, +/**/ 363, /**/ 362,