From ffca67e3cb578e38ba36432ec9a760a259e60a32 Mon Sep 17 00:00:00 2001 From: Ilia Maslakov Date: Fri, 27 Feb 2009 22:07:01 +0000 Subject: [PATCH] one word bug fix --- edit/editcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit/editcmd.c b/edit/editcmd.c index c059ed59b..ef968df24 100644 --- a/edit/editcmd.c +++ b/edit/editcmd.c @@ -3033,7 +3033,7 @@ edit_load_back_cmd (WEdit *edit) /* let the user select where function definition */ static void -edit_select_definition_dialog (WEdit * edit, match_expr, int max_len, int word_len, +edit_select_definition_dialog (WEdit * edit, char *match_expr, int max_len, int word_len, struct def_hash_type *def_hash, int num_lines) {