1
0
forked from GitHub/gf-core

a small fix in the python binding after the refactoring in the C runtime

This commit is contained in:
kr.angelov
2013-09-24 09:14:43 +00:00
parent 95424190d1
commit 4baae48178

View File

@@ -1518,7 +1518,7 @@ typedef struct {
} PgfBracketLznState;
static void
pgf_bracket_lzn_symbol_tokens(PgfLinFuncs** funcs, PgfTokens toks)
pgf_bracket_lzn_symbol_tokens(PgfLinFuncs** funcs, PgfTokens* toks)
{
PgfBracketLznState* state = gu_container(funcs, PgfBracketLznState, funcs);