commit | cf8d840ce9140931bfbdc97961dad9278ee5f96c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:20:27 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:20:27 2017 +0200 |
tree | 784d7df167433afe9ce86dc8c1a6460e01eeefbc | |
parent | 1ccd8fff8acfbd5df0fc0e9b4d288af84e51233e [diff] [blame] |
patch 8.0.0903: early return from test function Problem: Early return from test function. Solution: Remove the return.
diff --git a/src/version.c b/src/version.c index ce00ff2..3f8e890 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 903, +/**/ 902, /**/ 901,