diff --git a/clex/driver.c b/clex/driver.c index 1e843584..658dfad4 100644 --- a/clex/driver.c +++ b/clex/driver.c @@ -7,7 +7,7 @@ */ #if HAVE_CONFIG_H -#include +# include #endif #include @@ -308,7 +308,7 @@ static void rm_toks(int idx) { } which++; } - if (!started || (started && which > (idx + n_toks))) + if (!started || (which > (idx + n_toks))) printf("%s", tok_list[i].str); } if (matched) {