commit | 73257149d759a8e6ddbe555d2b5aa37b6cb8db8b | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Feb 02 13:16:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 02 13:16:37 2022 +0000 |
tree | f4dc51a7a5969f822e1f2d151441125c10efd3d0 | |
parent | adbb1bf21dad5697cd82d46d9dd9e8e8d0f647e6 [diff] [blame] |
patch 8.2.4283: using a variable for the return value is not needed Problem: Using a variable for the return value is not needed. Solution: Return the value directly. (closes #9687)
diff --git a/src/version.c b/src/version.c index b96637f..f1014b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4283, +/**/ 4282, /**/ 4281,