summaryrefslogtreecommitdiffstats
path: root/rsc/source/rscpp/cpp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cpp1.c')
-rw-r--r--rsc/source/rscpp/cpp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c
index 014a14b1e65d..fbac898b7ed4 100644
--- a/rsc/source/rscpp/cpp1.c
+++ b/rsc/source/rscpp/cpp1.c
@@ -466,7 +466,7 @@ void cppmain()
unget(); /* Reread the char. */
for (;;) { /* For the whole line, */
do { /* Token concat. loop */
- for (counter = 0; (type[(c = get())] == SPA);) {
+ for (counter = 0; type[(c = get())] == SPA;) {
#if COMMENT_INVISIBLE
if (c != COM_SEP)
counter++;