com_init(): My entry into the smallest patch possible category.

(cosmetic whitespace change).
This commit is contained in:
Barry Warsaw 2001-01-22 04:35:57 +00:00
parent 90cecee894
commit 174e8018c4

View 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;