summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/compile.c2
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;