summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>2021-10-09 15:39:25 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-09 15:39:25 +0100
commit3826c0513bc9370583be550c864358c7eeb5605a (patch)
tree8e9b5e6c9f29f51275ea2af4dca0152f5f108ccf /src/getchar.c
parent35a319b77f897744eec1155b736e9372c9c5575f (diff)
patch 8.2.3490: superfluous return statementsv8.2.3490
Problem: Superfluous return statements. Solution: Remove superfluous return statements from void functions. (closes #8977)
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 93e3b879ed..f2f38853b7 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -243,7 +243,6 @@ add_buff(
buf->bh_curr->b_next = p;
buf->bh_curr = p;
}
- return;
}
/*