commit | 63d9e730f726341bf41ee4f4b829253cb9879110 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 21:10:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 21:10:38 2019 +0100 |
tree | 02d6ed210385b78f06d7df1e30ede7d48f718600 | |
parent | 0f8737355d291679659579a48db1861b88970293 [diff] [blame] |
patch 8.1.2394: 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 c571e6c..6dd2798 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2394, +/**/ 2393, /**/ 2392,