diff options
author | PeGaSuS <droider.pc@gmail.com> | 2023-11-24 17:56:06 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-11-24 21:04:05 +0000 |
commit | cc9e2c126035c1fb828f8ab740ee93a562f0ec07 (patch) | |
tree | fe32618b8b6dfea9cdac4247e05a0a4068153602 | |
parent | c3e95d8e2ec1a7d520db54b339277505243b5fc6 (diff) |
Fix missing end of comment
-rw-r--r-- | data/modules.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" } /* |