diff options
Diffstat (limited to 'src/core/parser/stack')
-rw-r--r-- | src/core/parser/stack/Stack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/stack/Stack.cpp b/src/core/parser/stack/Stack.cpp index d37f178..697e663 100644 --- a/src/core/parser/stack/Stack.cpp +++ b/src/core/parser/stack/Stack.cpp @@ -882,7 +882,7 @@ static void strayTokenNote(const std::string &preamble, type = " structure"; } logger.note(preamble + " \"" + d.descriptor->getName() + "\"" + type + - ", as specified here", + ", specified here", *(d.descriptor)); } } |