summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-31 17:30:51 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-31 17:30:51 +0100
commitd14e00ea67afbaa8cb4a7e6b1eb306da6a2d5adb (patch)
treef33b2f999a51f5ecd5b42c01b0d837ab8e660b44 /src/ex_getln.c
parentbbb3339dbfa2067fab616698739097df06aa5e6c (diff)
patch 7.4.1225v7.4.1225
Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index b70755e92e..1512b0314a 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -5646,7 +5646,7 @@ set_cmdline_pos(
* Returns NUL when something is wrong.
*/
int
-get_cmdline_type()
+get_cmdline_type(void)
{
struct cmdline_info *p = get_ccline_ptr();