From: Vsevolod Stakhov Date: Thu, 5 Aug 2021 11:22:20 +0000 (+0100) Subject: [Minor] Oops, fix misprint X-Git-Tag: 3.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2d6e771a1f3078863938ac63e597d22c16c55d;p=thirdparty%2Frspamd.git [Minor] Oops, fix misprint --- diff --git a/src/libserver/html/html_url.cxx b/src/libserver/html/html_url.cxx index e41e75661b..781b4bb592 100644 --- a/src/libserver/html/html_url.cxx +++ b/src/libserver/html/html_url.cxx @@ -152,7 +152,7 @@ html_url_is_phished(rspamd_mempool_t *pool, * We have some url at some offset, so we need to check what is * at the start of the text */ - for (const auto p : text_data) + for (const auto p : text_data) { if (!g_ascii_isspace(p)) { return std::nullopt; }