commit | b73fbc76c6fc446da90dd2cdac620155e37e5514 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 11 21:50:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 11 21:50:07 2019 +0200 |
tree | 9c522816337c424fcce259c56681abd0bbff39ce | |
parent | 5d0183b706c618bf043380f7e995987cde9e7d56 [diff] [blame] |
patch 8.1.1324: stray comma in VMS makefile Problem: Stray comma in VMS makefile. Solution: Remove the comma. (Naruhiko Nishino, closes #4368)
diff --git a/src/version.c b/src/version.c index f41ca61..d489880 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1324, +/**/ 1323, /**/ 1322,