commit | 7306d6b1c9528dcfe89eb77aa7ef354ffa9605a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 12 22:25:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 12 22:25:56 2020 +0100 |
tree | 4f5f223715b1089fbaa1693ea628e4ca01eb77af | |
parent | 4f5776c17cd86f904a7e2f92db297c73e28939b7 [diff] [blame] |
patch 8.2.0251: a couple of function return types can be more specific Problem: A couple of function return types can be more specific. Solution: Use a better return type. (Ken Takata, closes #5629)
diff --git a/src/version.c b/src/version.c index a28fc03..8d43c79 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 251, +/**/ 250, /**/ 249,