summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-02-10 13:17:16 +0100
committerChristian Brabandt <cb@256bit.org>2024-02-10 13:17:16 +0100
commitc908371aec920b8174e40a1adb73a50e326a5668 (patch)
treebdc25d8154f626c049457682d755dd54047bdb00 /src/version.c
parent627c950e5b30503a084bd0092f9cb2a5fe73fe87 (diff)
patch 9.1.0092: Compiler warning for missing type in scroll_event()v9.1.0092
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>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 91abfe113d..86ed8b708d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 92,
+/**/
91,
/**/
90,