summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-12 15:32:19 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-12 15:32:19 +0200
commit0bcf72cde3be5c9ed8f59779fd4ff21ae5572451 (patch)
tree8c22b3fb4f3a834f5a62a52a307a262f175daf29 /grammar/rainerscript.h
parent79d4e59e713413849358a60e044b1dd36c6b8888 (diff)
downloadrsyslog-0bcf72cde3be5c9ed8f59779fd4ff21ae5572451.tar.gz
rsyslog-0bcf72cde3be5c9ed8f59779fd4ff21ae5572451.tar.xz
rsyslog-0bcf72cde3be5c9ed8f59779fd4ff21ae5572451.zip
cleanup
Diffstat (limited to 'grammar/rainerscript.h')
-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 */