forked from GitHub/gf-core
fix typo
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user