commit | 5395e7afe93d38793dcd6520b277ec0d3b1882ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 19:35:56 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 19:35:56 2014 +0100 |
tree | fadf9ada5e4b1e29d938d8bf765ffcebcf292643 | |
parent | 1028f4d75ee04261f1338620c22f388a05098bb0 [diff] [blame] |
updated for version 7.4.153 Problem: Compiler warning for pointer type. Solution: Add type cast.
diff --git a/src/version.c b/src/version.c index 8a47214..3c4d5e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 153, +/**/ 152, /**/ 151,