commit | d619d6a9c6fa0e4295c817a88f84f0bab9457bbe | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon May 08 15:56:21 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 08 15:56:21 2023 +0100 |
tree | b4d9778b20798ecd97ec5d8156c4720e1f0a95ed | |
parent | 3ce8c389155fc1257082cdb0cef7801b49f6aaf9 [diff] [blame] |
patch 9.0.1526: condition is always true Problem: Condition is always true. Solution: Remove unnecessary condition. (closes #12359)
diff --git a/src/version.c b/src/version.c index e2d91d8..ce64da4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1526, +/**/ 1525, /**/ 1524,