commit | 866c68861071f8cd1ef5a82445bebaafc8626e7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 07 14:02:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 07 14:02:01 2017 +0200 |
tree | 404ce70bd6716788176cb6a24448de162de57cda | |
parent | ba6ec182973af726ce9b7b7eb3753fc3a7ae7d1b [diff] [blame] |
patch 8.0.0544: cppcheck warnings Problem: Cppcheck warnings. Solution: Use temp variable. Change NUL to NULL. Swap conditions. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 4e37cf3..9db3ea0 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 544, +/**/ 543, /**/ 542,