1
0
forked from GitHub/gf-core

fix variable type

This commit is contained in:
krangelov
2021-09-22 11:03:16 +02:00
parent 1d1d1aad81
commit be43b0ba35

View File

@@ -815,7 +815,7 @@ PgfType PgfExprParser::parse_type()
PgfText *cat = NULL;
size_t n_args = 0;
PgfType *args = NULL;
PgfExpr *args = NULL;
for (;;) {
if (token_tag == PGF_TOKEN_LPAR) {