commit | 7879bc5c13311c1fb6497776ed7804400852460a | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Oct 08 20:36:44 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Oct 08 20:38:43 2023 +0200 |
tree | 4ef3238a9b4626fc3fcb8fb518406f9d834f10ff | |
parent | 1e33cd72b60a119a038952bb658862d038602f76 [diff] [blame] |
patch 9.0.2003: xxd: compilation warning Problem: xxd: compilation warning Solution: initialize variables Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 6a92ab7..9a653f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2003, +/**/ 2002, /**/ 2001,