Fixed missing ; before }

This commit is contained in:
ceriel
1991-05-16 13:08:32 +00:00
parent beca927dab
commit 86c9bf3750
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
extern char *strindex();
static struct Op_info { char *name, *type}
static struct Op_info { char *name, *type; }
op_info[ MAX_OPERANDS] = { { 0, 0}};
static int n_ops = 0; /* Number of opertands of current