From 9ebda853f5bc470858501897442610699a5fd5de Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 30 Mar 2020 17:24:12 +0100 Subject: Fix various documentation and formatting issues. --- src/configparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configparser.cpp') diff --git a/src/configparser.cpp b/src/configparser.cpp index 4748fa847..94a12e6e9 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -431,7 +431,7 @@ void ParseStack::DoInclude(ConfigTag* tag, int flags) if (!FileSystem::GetFileList(includedir, files, "*.conf")) throw CoreException("Unable to read directory for include: " + includedir); - std::sort(files.begin(), files.end()); + std::sort(files.begin(), files.end()); for (std::vector::const_iterator iter = files.begin(); iter != files.end(); ++iter) { const std::string path = includedir + '/' + *iter; -- cgit v1.2.3