summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/ps/keyword.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 7c84691..a0a7882 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;
OpenPOWER on IntegriCloud