Commit 174e8018 authored by Barry Warsaw's avatar Barry Warsaw

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

(cosmetic whitespace change).
parent 90cecee8
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment