From c007373b46e589c687d76fef5832f94bee3b4f37 Mon Sep 17 00:00:00 2001 From: Aditya-Sood Date: Sat, 24 Aug 2019 23:52:40 +0530 Subject: [PATCH] Re-add comment --- src/reader.cpp | 1 + 1 file changed, 1 insertion(+) 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()) {