commit | 94127e4abc4d33ed5efc5f08f87d4733fe0ab354 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 19 23:08:48 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 19 23:08:48 2010 +0100 |
tree | e05967811f4cc5c9988b0774ffbd208d2d49a3ce | |
parent | b52073ac119b8243a07dc67c15bf80cb5b8b0be4 [diff] [blame] |
updated for version 7.2.403 Problem: Compiler warning for pointer type. (Tony Mechelynck) Solution: Move type cast to the right place.
diff --git a/src/version.c b/src/version.c index c625dff..12174c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 403, +/**/ 402, /**/ 401,