commit | 707d226ac58da752ecc6b7620055fb1df3957a27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 04 22:16:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 04 22:16:54 2019 +0100 |
tree | 6b95e780f80d2ef0dbfb5e246935692d6ffe22b4 | |
parent | 4ba37b5833de99db9e9afe8928b31c864182405c [diff] [blame] |
patch 8.1.2389: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate.
diff --git a/src/xdiff/xutils.h b/src/xdiff/xutils.h index fba7bae..0bebd93 100644 --- a/src/xdiff/xutils.h +++ b/src/xdiff/xutils.h
@@ -44,4 +44,4 @@ -#endif /* #if !defined(XUTILS_H) */ +#endif // #if !defined(XUTILS_H)