From cc9e2c126035c1fb828f8ab740ee93a562f0ec07 Mon Sep 17 00:00:00 2001 From: PeGaSuS Date: Fri, 24 Nov 2023 17:56:06 +0100 Subject: Fix missing end of comment --- data/modules.example.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/data/modules.example.conf b/data/modules.example.conf index eba8f777f..b8ae09357 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -413,6 +413,7 @@ module { name = "help" } * * Provides the regex engine regex/pcre, which uses version 2 of the Perl Compatible Regular * Expressions library. This can not be loaded at the same time as the m_regex_pcre module. + */ #module { name = "m_regex_pcre2" } /* -- cgit