commit | 7756e7465d627ff9cd01e59625484a8c302ef853 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 21 20:35:37 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 21 20:35:37 2016 +0200 |
tree | 15d6f8773025a03bbf9fa90047321dda0643767b | |
parent | bb09ceb95477ecc271854b3fdd8d2776eca66adf [diff] [blame] |
patch 8.0.0046 Problem: Using NUL instead of NULL. Solution: Change to NULL. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index b157520..d25b91f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 46, +/**/ 45, /**/ 44,