diff options
Diffstat (limited to 'dw/findtext.cc')
-rw-r--r-- | dw/findtext.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/findtext.cc b/dw/findtext.cc index e9384917..94b963ea 100644 --- a/dw/findtext.cc +++ b/dw/findtext.cc @@ -221,7 +221,7 @@ bool FindtextState::unhighlight () return false; } -bool FindtextState::search0 (bool backwards, bool firstTrial) +bool FindtextState::search0 (bool backwards, bool firstTrial) { if (iterator->getChar () == CharIterator::END) return false; |