Skip to content

Commit 14c1de6

Browse files
usiemsmrbean-bremen
authored andcommitted
Add missing space in message
1 parent 7c26931 commit 14c1de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/parser/binder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ void Binder::declare_symbol(SimpleDeclarationAST *node, InitDeclaratorAST *init_
266266
{
267267
name_cc.run(id);
268268
warnHere();
269-
std::cerr << "** WARNING scope not found for symbol:"
269+
std::cerr << "** WARNING scope not found for symbol: "
270270
<< qPrintable(name_cc.name()) << std::endl;
271271
return;
272272
}

0 commit comments

Comments
 (0)