1
0
forked from GitHub/gf-core
This commit is contained in:
krangelov
2021-09-11 22:46:15 +02:00
parent 6cfa250b28
commit 08923a57b9

View File

@@ -609,7 +609,7 @@ PgfExpr PgfExprParser::parse_arg()
return arg;
}
PGF_INTERNAL PgfText wildcard = {size: 1, text: {'_','0'}};
PGF_INTERNAL PgfText wildcard = {size: 1, text: {'_',0}};
PgfBind *PgfExprParser::parse_bind(PgfBind *next)
{