mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-24 12:12:19 +03:00
one word bug fix
This commit is contained in:
parent
889233a7dd
commit
ffca67e3cb
@ -3033,7 +3033,7 @@ edit_load_back_cmd (WEdit *edit)
|
|||||||
|
|
||||||
/* let the user select where function definition */
|
/* let the user select where function definition */
|
||||||
static void
|
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)
|
struct def_hash_type *def_hash, int num_lines)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user