commit | f7fbeed0ac8e694a6865cab26b82caeea0870966 | [log] [tgz] |
---|---|---|
author | ola.soder@axis.com <ola.soder@axis.com> | Sun Feb 13 12:24:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 13 12:24:21 2022 +0000 |
tree | 071eba35f8f65a9119551ce47d451af76e8b3b0a | |
parent | e131496ebf714f5f12f9903d9aa910bcd8184460 [diff] [blame] |
patch 8.2.4369: redundant #ifdef argument Problem: Redundant #ifdef argument. Solution: Remove unused MSWIN. (Ola Söder, closes #9758)
diff --git a/src/version.c b/src/version.c index 5444279..3c67682 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4369, +/**/ 4368, /**/ 4367,