Removed superfluous ;
This commit is contained in:
parent
e38b178317
commit
f8fd2aa273
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ static struct subparse_list {
|
||||||
/* Index in t_list */
|
/* Index in t_list */
|
||||||
static int t_list_index;
|
static int t_list_index;
|
||||||
|
|
||||||
/* Index in subparse_list */;
|
/* Index in subparse_list */
|
||||||
static int sub_list_index;
|
static int sub_list_index;
|
||||||
|
|
||||||
/* File to save grammar to */
|
/* File to save grammar to */
|
||||||
|
|
Loading…
Reference in a new issue