]> granicus.if.org Git - python/commitdiff
com_init(): My entry into the smallest patch possible category.
authorBarry Warsaw <barry@python.org>
Mon, 22 Jan 2001 04:35:57 +0000 (04:35 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 22 Jan 2001 04:35:57 +0000 (04:35 +0000)
(cosmetic whitespace change).

Python/compile.c

index 87b236a0b051d86901e1f520ed7ba749a267db33..6ca777e5bb6264a5926eeae9566d66031f6dad26 100644 (file)
@@ -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;