summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--grammar/rainerscript.h2
1 files changed, 1 insertions, 1 deletions
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 */