commit | 0d6f5d9740dbad1b0207f3ab257de806169dd905 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 21:33:15 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 21:33:15 2019 +0100 |
tree | 3b4d840ac6f3972bfab2599cc52555ce55d66eaa | |
parent | 63d9e730f726341bf41ee4f4b829253cb9879110 [diff] [blame] |
patch 8.1.2395: 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 6dd2798..504c546 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2395, +/**/ 2394, /**/ 2393,