summaryrefslogtreecommitdiff
path: root/src/gui_w48.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-09 17:42:46 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-09 17:42:46 +0200
commitfb97f28cc23c20721af3b122a8b9c510db0e14b2 (patch)
tree3b09eb5014655208b8766e1f197c89cb33112bdb /src/gui_w48.c
parente032461eede2a80f184f1c08e22a76eaf18a480e (diff)
downloadvim-git-fb97f28cc23c20721af3b122a8b9c510db0e14b2.tar.gz
updated for version 7.4a.009v7.4a.009
Problem: Compiler warnings for function prototypes. Solution: Add "void". Move list_features() prototype. (Ken Takata)
Diffstat (limited to 'src/gui_w48.c')
-rw-r--r--src/gui_w48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w48.c b/src/gui_w48.c
index 07174ccd1..78aba03be 100644
--- a/src/gui_w48.c
+++ b/src/gui_w48.c
@@ -3102,7 +3102,7 @@ logfont2name(LOGFONT lf)
* 'guifont'
*/
static void
-update_im_font()
+update_im_font(void)
{
LOGFONT lf_wide;