summaryrefslogtreecommitdiff
path: root/src/gui_x11.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/gui_x11.c
parentbbb3339dbfa2067fab616698739097df06aa5e6c (diff)
downloadvim-git-d14e00ea67afbaa8cb4a7e6b1eb306da6a2d5adb.tar.gz
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/gui_x11.c')
-rw-r--r--src/gui_x11.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c
index e6e6f614f..5a0fe8d52 100644
--- a/src/gui_x11.c
+++ b/src/gui_x11.c
@@ -2234,8 +2234,7 @@ fontset_height2(XFontSet fs)
/* NOT USED YET
static int
-fontset_descent(fs)
- XFontSet fs;
+fontset_descent(XFontSet fs)
{
XFontSetExtents *extents;