diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-24 09:14:43 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-24 09:14:43 +0000 |
| commit | 4baae48178261be45a79774408bf5a889e1ebeff (patch) | |
| tree | a18de07537674a4fe859357caa4ad2f4ed4b2713 /src/runtime | |
| parent | 95424190d1b01494c6f34965889c7641be4aa07e (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.c | 2 |
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); |
