summaryrefslogtreecommitdiffstats
path: root/src/diffviewer/search.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/diffviewer/search.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/diffviewer/search.c b/src/diffviewer/search.c
index 77d09cd..e4cc306 100644
--- a/src/diffviewer/search.c
+++ b/src/diffviewer/search.c
@@ -1,7 +1,7 @@
/*
Search functions for diffviewer.
- Copyright (C) 2010-2023
+ Copyright (C) 2010-2024
Free Software Foundation, Inc.
Written by:
@@ -85,7 +85,8 @@ mcdiffview_dialog_search (WDiff * dview)
quick_widget_t quick_widgets[] = {
/* *INDENT-OFF* */
QUICK_LABELED_INPUT (N_("Enter search string:"), input_label_above, INPUT_LAST_TEXT,
- MC_HISTORY_SHARED_SEARCH, &exp, NULL, FALSE, FALSE, INPUT_COMPLETE_NONE),
+ MC_HISTORY_SHARED_SEARCH, &exp, NULL, FALSE, FALSE,
+ INPUT_COMPLETE_NONE),
QUICK_SEPARATOR (TRUE),
QUICK_START_COLUMNS,
QUICK_RADIO (num_of_types, (const char **) list_of_types,