commit | 174e8018c4da9a44749a711dc3300b405223c69f | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Jan 22 04:35:57 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Jan 22 04:35:57 2001 +0000 |
tree | 793088a9f5067a8f16b2539743917c46f015577c | |
parent | 90cecee894f47efb1240c2e7021d0b099ea7944f [diff] |
com_init(): My entry into the smallest patch possible category. (cosmetic whitespace change).
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 @@ 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;