commit | 4ba37b5833de99db9e9afe8928b31c864182405c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 04 21:57:43 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 04 21:57:43 2019 +0100 |
tree | 30662897c6ff3d608e47d22f8bab9ce8703b26e7 | |
parent | 2ab2e8608f9b2c85432715bb9a7f226fdbf8cd35 [diff] [blame] |
patch 8.1.2388: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate.
diff --git a/src/version.c b/src/version.c index 27d785b..43244d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2388, +/**/ 2387, /**/ 2386,