commit | 65a5464985f980d2bbbf4e14d39d416dce065ec7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 28 16:56:53 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 28 16:56:53 2018 +0200 |
tree | 0db9a9e8471d385f544a6191b123bc01e895f9c8 | |
parent | 9b25af36204c0511eab08d621688f0f2008fc68e [diff] [blame] |
patch 8.0.1770: assert functions don't return anything Problem: Assert functions don't return anything. Solution: Return non-zero when the assertion fails.
diff --git a/src/version.c b/src/version.c index 0a36b66..a824e8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1770, +/**/ 1769, /**/ 1768,