diff --git a/src/Lexer.cpp b/src/Lexer.cpp index 376f40fc7..08771272f 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -572,7 +572,7 @@ bool Lexer::isDate (std::string& token, Lexer::Type& type) //////////////////////////////////////////////////////////////////////////////// // Lexer::Type::duration -// | +// | bool Lexer::isDuration (std::string& token, Lexer::Type& type) { std::size_t marker = _cursor;