summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-09-24 09:14:43 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-09-24 09:14:43 +0000
commit4baae48178261be45a79774408bf5a889e1ebeff (patch)
treea18de07537674a4fe859357caa4ad2f4ed4b2713 /src/runtime
parent95424190d1b01494c6f34965889c7641be4aa07e (diff)
a small fix in the python binding after the refactoring in the C runtime
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/python/pypgf.c2
1 files changed, 1 insertions, 1 deletions
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);