mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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