commit | 734a867ffe198886da7365b618be67ab8ed9d9f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 02 22:49:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 02 22:49:38 2019 +0100 |
tree | cc650a9ce0b59d7a141bf312b7a724f308d31cea | |
parent | a050b9471c66b383ed674bfd57ac78016199d972 [diff] [blame] |
patch 8.1.2383: 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 066e209..e46160e 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2383, +/**/ 2382, /**/ 2381,