From 6c2d6e771a1f3078863938ac63e597d22c16c55d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 5 Aug 2021 12:22:20 +0100 Subject: [PATCH] [Minor] Oops, fix misprint --- src/libserver/html/html_url.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libserver/html/html_url.cxx b/src/libserver/html/html_url.cxx index e41e75661..781b4bb59 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; } -- 2.39.5