summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/jobs.c')
-rw-r--r--bin/sh/jobs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c
index 5cf35c9..b01515a 100644
--- a/bin/sh/jobs.c
+++ b/bin/sh/jobs.c
@@ -339,7 +339,7 @@ showjob(struct job *jp, int sformat, int lformat)
if (ps == jp->ps)
fmtstr(s, 64, "[%d] %c ", jobno, c);
else
- fmtstr(s, 64, " %c ", c);
+ fmtstr(s, 64, " %c ", c);
out1str(s);
col = strlen(s);
if (lformat) {
OpenPOWER on IntegriCloud