summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-06-05 02:01:46 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-06-05 02:01:46 +0000
commitcf77c2ce9c48d57a79e8f68b8f784acf99aa9069 (patch)
treed8673b5d44df7472bc435291e9b04435050bb6df
parent6d041cc856340b0e2386f94bea53d9e68a0beb9b (diff)
Notes
-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;