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:
@@ -28,7 +28,7 @@ pgf_exn_clear(PgfExn* err)
|
||||
}
|
||||
|
||||
PGF_INTERNAL
|
||||
PgfText master = {size: 6, text: {'m','a','s','t','e','r','0'}};
|
||||
PgfText master = {size: 6, text: {'m','a','s','t','e','r',0}};
|
||||
|
||||
PGF_API
|
||||
PgfDB *pgf_read_pgf(const char* fpath,
|
||||
|
||||
Reference in New Issue
Block a user