diff --git a/src/reader.cpp b/src/reader.cpp index 4aa8cc645..2960e4ace 100644 --- a/src/reader.cpp +++ b/src/reader.cpp @@ -901,6 +901,7 @@ bool Reader::searchSuggestionsSmart(const string& prefix, return retVal; } +/* Get next suggestion */ bool Reader::getNextSuggestion(string& title, string& url) { if (this->suggestionsOffset != this->suggestions.end()) {