aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ListWidget.cpp')
-rw-r--r--gui/ListWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp
index 7d809938e2..44431f9932 100644
--- a/gui/ListWidget.cpp
+++ b/gui/ListWidget.cpp
@@ -642,7 +642,7 @@ void ListWidget::setFilter(const String &filter, bool redraw) {
} else {
// Restrict the list to everything which contains all words in _filter
// as substrings, ignoring case.
-
+
Common::StringTokenizer tok(_filter);
String tmp;
int n = 0;