From 792f0e36593d1ec13ccb8a622ca5542c500577b4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 27 Feb 2018 17:27:13 +0100 Subject: patch 8.0.1550: various small problems in source files Problem: Various small problems in source files. Solution: Fix the problems. --- src/beval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/beval.c') diff --git a/src/beval.c b/src/beval.c index 981e5ea46c..4ceddca19f 100644 --- a/src/beval.c +++ b/src/beval.c @@ -137,7 +137,7 @@ get_beval_info( * Show a balloon with "mesg" or "list". */ void -post_balloon(BalloonEval *beval UNUSED, char_u *mesg, list_T *list) +post_balloon(BalloonEval *beval UNUSED, char_u *mesg, list_T *list UNUSED) { # ifdef FEAT_BEVAL_TERM # ifdef FEAT_GUI -- cgit v1.2.3