From 0bcf72cde3be5c9ed8f59779fd4ff21ae5572451 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 12 Sep 2012 15:32:19 +0200 Subject: cleanup --- grammar/rainerscript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h index a8d48632..5306188d 100644 --- a/grammar/rainerscript.h +++ b/grammar/rainerscript.h @@ -135,7 +135,7 @@ cnfFiltType2str(enum cnfFiltType filttype) } -struct cnfstmt { /* base statement, for simple types */ +struct cnfstmt { unsigned nodetype; struct cnfstmt *next; uchar *printable; /* printable text for debugging */ -- cgit v1.2.3