commit | 3826c0513bc9370583be550c864358c7eeb5605a | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Sat Oct 09 15:39:25 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 09 15:39:25 2021 +0100 |
tree | 8e9b5e6c9f29f51275ea2af4dca0152f5f108ccf | |
parent | 35a319b77f897744eec1155b736e9372c9c5575f [diff] [blame] |
patch 8.2.3490: superfluous return statements Problem: Superfluous return statements. Solution: Remove superfluous return statements from void functions. (closes #8977)
diff --git a/src/version.c b/src/version.c index 43f87aa..074c896 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3490, +/**/ 3489, /**/ 3488,