From 62ccd1d8d60c83c670893626ea886fa3b340ce04 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 23 Sep 2015 11:57:49 +0200 Subject: [PATCH] Minor fix to spellcheck. --- src/source.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/source.cc b/src/source.cc index 538b1aa..0c6ae41 100644 --- a/src/source.cc +++ b/src/source.cc @@ -618,10 +618,8 @@ void Source::View::set_info(const std::string &info) { } void Source::View::spellcheck(const Gtk::TextIter& start, const Gtk::TextIter& end) { - cout << start.get_line() << ", " << start.get_line_offset() << " -- "; - cout << end.get_line() << ", " << end.get_line_offset() << endl; auto iter=start; - while(iter && iter<=end) { + while(iter && iter