commit | c416fd4ca82a27c28915695ebab2e0886cd45bca | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sat May 13 17:46:10 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 13 17:46:10 2023 +0100 |
tree | 77c833ff6a53de0bb2aec192f55ff217e83559c8 | |
parent | 24b62ec8258cc7c9ca2c09f645f7f6b02584c892 [diff] [blame] |
patch 9.0.1552: CI: sound-dummy module is not installed Problem: CI: sound-dummy module is not installed. Solution: Invert using the result of the condition. (closes #12394)
diff --git a/src/version.c b/src/version.c index cc7c4e1..2f2fa12 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1552, +/**/ 1551, /**/ 1550,