summaryrefslogtreecommitdiff
path: root/src/gui_gtk.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-30 16:39:25 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-30 16:39:25 +0100
commit66f948e928d5e0cd3123af902aa8ac1613534c94 (patch)
tree7517d2849bb9feb1df2f51baef827536d715aa74 /src/gui_gtk.c
parent78c0b7d43e5048fd71d12816659667834170c76d (diff)
downloadvim-git-66f948e928d5e0cd3123af902aa8ac1613534c94.tar.gz
patch 7.4.1207v7.4.1207
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
Diffstat (limited to 'src/gui_gtk.c')
-rw-r--r--src/gui_gtk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui_gtk.c b/src/gui_gtk.c
index b5da5c35f..99e4d70df 100644
--- a/src/gui_gtk.c
+++ b/src/gui_gtk.c
@@ -1988,8 +1988,7 @@ entry_changed_cb(GtkWidget * entry, GtkWidget * dialog)
* ":helpfind"
*/
void
-ex_helpfind(eap)
- exarg_T *eap UNUSED;
+ex_helpfind(exarg_T *eap UNUSED)
{
/* This will fail when menus are not loaded. Well, it's only for
* backwards compatibility anyway. */