ref: 6361870fd0ee92b786a5738cef533e4d58e45497
parent: 97e0fc1740bc215a13db2cfd11614a3cc2096800
author: Michael Forney <mforney@mforney.org>
date: Sat Apr 20 05:42:52 EDT 2019
Remove extra ';' in struct member declaration
--- a/include/scc/scc/mach.h
+++ b/include/scc/scc/mach.h
@@ -47,7 +47,7 @@
int type;
char *index;
Objsym *htab[NR_SYMHASH];
- Objsym *syms;;
+ Objsym *syms;
Objsect *secs;
FILE *fp;
fpos_t pos;