commit | c89c91cafd91fbf17f431d800bbf4cafcffffe7a | [log] [tgz] |
---|---|---|
author | DungSaga <dungsaga@users.noreply.github.com> | Sat Oct 16 19:07:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 16 19:07:46 2021 +0100 |
tree | 2358b92683f980ee7a5c77b58e22485c7abf1eeb | |
parent | 93ff6720fe4427341bc426b6d46e6324f226c270 [diff] [blame] |
patch 8.2.3523: duplicated code in xxd Problem: Duplicated code in xxd. Solution: Remove duplicated lines. (closes #8972)
diff --git a/src/version.c b/src/version.c index 1b6e997..8048f8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3523, +/**/ 3522, /**/ 3521,