commit | 6cb39f924a10912a615573230e906e8089975198 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 16:05:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 16:05:14 2019 +0200 |
tree | be922586727211913970ab06a348240bff2ea6ba | |
parent | 5ca1ac373ae62b37152cb6f85916b402eda520a5 [diff] [blame] |
patch 8.1.1627: header file contains mixed comment style Problem: Header file contains mixed comment style. Solution: Use // style comments.
diff --git a/src/version.c b/src/version.c index e78733a..0620a21 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1627, +/**/ 1626, /**/ 1625,