diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index f6402acd7..e41e2f14a 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -2224,8 +2224,7 @@ inp_remove_ws(char *s) *d++ = *s; } - if (*s != '\0') - s++; + s++; if (isspace(*s)) { s = skip_ws(s); if (!(*s == '\0' || *s == '=' || (is_expression && (is_arith_char(*s) || *s == ','))))