From: Barry Warsaw Date: Mon, 22 Jan 2001 04:35:57 +0000 (+0000) Subject: com_init(): My entry into the smallest patch possible category. X-Git-Tag: v2.1a1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=174e8018c4da9a44749a711dc3300b405223c69f;p=python com_init(): My entry into the smallest patch possible category. (cosmetic whitespace change). --- diff --git a/Python/compile.c b/Python/compile.c index 87b236a0b0..6ca777e5bb 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;