]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Oops, fix misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 5 Aug 2021 11:22:20 +0000 (12:22 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 5 Aug 2021 11:22:20 +0000 (12:22 +0100)
src/libserver/html/html_url.cxx

index e41e75661bae9358d17fdd42f5de4e2c1be0c473..781b4bb592ce079d86bbc35e3ac5a3b6d46619f9 100644 (file)
@@ -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;
                                }