summaryrefslogtreecommitdiff
path: root/soltools/cpp/_cpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_cpp.c')
-rw-r--r--soltools/cpp/_cpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/_cpp.c b/soltools/cpp/_cpp.c
index 08520f4a8a7a..5d71e8af58c0 100644
--- a/soltools/cpp/_cpp.c
+++ b/soltools/cpp/_cpp.c
@@ -29,7 +29,7 @@ char outbuf[OUTS];
char *outptr = outbuf;
Source *cursource;
int nerrs;
-struct token nltoken = {NL, 0, 0, 1, (uchar *) "\n", 0};
+struct token nltoken = {NL, 0, 1, (uchar *) "\n", 0};
char *curtime;
int incdepth;
int ifdepth;