commit | 45f9cfbdc75e10d420039fbe98d9f554bd415213 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Fri Jan 21 11:11:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 11:11:00 2022 +0000 |
tree | 73d5840da81eeeb6e92cc7bab0367241368b3881 | |
parent | e6a4200ff47708febcd7cb2b8c3dd3801a975d43 [diff] [blame] |
patch 8.2.4169: MS-Windows: unnessary casts and other minor things Problem: MS-Windows: unnessary casts and other minor things. Solution: Clean up the MS-Windows code. (Ken Takata, closes #9583)
diff --git a/src/version.c b/src/version.c index cea8ece..b4a16cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4169, +/**/ 4168, /**/ 4167,