From a1a4f7a1c12480865bc1de9f123ea8a21984fc6a Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 24 Sep 2013 09:14:43 +0000 Subject: [PATCH] a small fix in the python binding after the refactoring in the C runtime --- src/runtime/python/pypgf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/python/pypgf.c b/src/runtime/python/pypgf.c index 5d8b9bdd8..27655166b 100644 --- a/src/runtime/python/pypgf.c +++ b/src/runtime/python/pypgf.c @@ -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);