From 8b112a5f6515cc1643968299e8d0703034d877cb Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 16 Jun 1997 13:07:37 +0000 Subject: [PATCH] Removed superfluous ; --- util/LLgen/src/savegram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/LLgen/src/savegram.c b/util/LLgen/src/savegram.c index 0addd4c3..d1b6a57e 100644 --- a/util/LLgen/src/savegram.c +++ b/util/LLgen/src/savegram.c @@ -58,7 +58,7 @@ static struct subparse_list { /* Index in t_list */ static int t_list_index; -/* Index in subparse_list */; +/* Index in subparse_list */ static int sub_list_index; /* File to save grammar to */