commit | 54969f4ef5825205ecde09ea80f4087fc3b68e5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 13:56:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 13:56:44 2022 +0000 |
tree | a33efdb636d52d421266829a530a15e8f3cedb16 | |
parent | 63ff72aab91679725077eab5c5405267792268bd [diff] [blame] |
patch 8.2.4318: various comment and indent mistakes, returning wrong zero Problem: Various comment and indent mistakes, returning wrong zero. Solution: Fix the mistakes. Return NULL instead of FAIL.
diff --git a/src/version.c b/src/version.c index 956df65..f30ba25 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4318, +/**/ 4317, /**/ 4316,