commit | a7c023ec88233a2db4c1f53121921e110ece8d43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 12:13:35 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 12:13:35 2016 +0200 |
tree | 79ffc0e8ac91dd74ae4c081f0db91a84fa5d1e56 | |
parent | dc08328821a2c11e33dfb1980332e4923ec64fca [diff] [blame] |
patch 8.0.0028 Problem: Superfluous semicolons. Solution: Remove them. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 808afb1..a6f4c13 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 28, +/**/ 27, /**/ 26,