diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 7c846914413a..a0a7882f37dc 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -233,7 +233,7 @@ parsefmt(const char *p) static struct varent *vtail; char *tempstr, *tempstr1; -#define FMTSEP " \t,\n" +#define FMTSEP "\t,\n" tempstr1 = tempstr = strdup(p); while (tempstr && *tempstr) { char *cp;