mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
fix typo
This commit is contained in:
@@ -609,7 +609,7 @@ PgfExpr PgfExprParser::parse_arg()
|
|||||||
return 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)
|
PgfBind *PgfExprParser::parse_bind(PgfBind *next)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user