inpcom.c, cleanup inp_remove_ws(), #1/4, thats inevitably true

This commit is contained in:
rlar 2014-12-31 15:59:28 +01:00
parent 82a5c1c48a
commit 91658bc856
1 changed files with 1 additions and 2 deletions

View File

@ -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 == ','))))