diff options
Diffstat (limited to 'Python/compile.c')
-rw-r--r-- | Python/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c index 87b236a..6ca777e 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -575,7 +575,7 @@ com_init(struct compiling *c, char *filename) c->c_firstlineno = 0; c->c_last_addr = 0; c->c_last_line = 0; - c-> c_lnotab_next = 0; + c->c_lnotab_next = 0; c->c_tmpname = 0; c->c_symtable = NULL; return 1; |