commit | c908371aec920b8174e40a1adb73a50e326a5668 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Feb 10 13:17:16 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Sat Feb 10 13:17:16 2024 +0100 |
tree | bdc25d8154f626c049457682d755dd54047bdb00 | |
parent | 627c950e5b30503a084bd0092f9cb2a5fe73fe87 [diff] [blame] |
patch 9.1.0092: Compiler warning for missing type in scroll_event() Problem: Compiler warning for missing type in scroll_event() (chdiza) Solution: Declare display_type explicitly as integer fixes: #14005 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 91abfe1..86ed8b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 92, +/**/ 91, /**/ 90,