summaryrefslogtreecommitdiff
path: root/bin/ps/keyword.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/keyword.c')
-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 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;