commit | 16ec3c9be3fcdc38530bddb12978bc5a7b98c0f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 18 22:22:39 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 18 22:22:39 2016 +0200 |
tree | 57999ee7e27be33c2769278f7fb14faa3a7340d9 | |
parent | c1fb763184c8ae82300357867fa2070aa94366e9 [diff] [blame] |
patch 7.4.2067 Problem: Compiler warning for char/char_u conversion. (Tony Mechelynck) Inefficient code. Solution: Use more lines to fill with spaces. (Nikolai Pavlov) Add type cast.
diff --git a/src/version.c b/src/version.c index 8f6134b..55a99be 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2067, +/**/ 2066, /**/ 2065,