diff options
| author | Garance A Drosehn <gad@FreeBSD.org> | 2004-06-20 22:31:37 +0000 |
|---|---|---|
| committer | Garance A Drosehn <gad@FreeBSD.org> | 2004-06-20 22:31:37 +0000 |
| commit | ce1affa2acfa0151ae3312f09a1a5e89647afe7a (patch) | |
| tree | ff277eb3845dfede8902cf3e9ea5a40bb287646a /bin | |
| parent | 76adc1fd42f54f79d64219f38564fe8957cd771c (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ps/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c index 8af0e06783529..76e29abba51bb 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -774,7 +774,7 @@ out: (void)printf("%-*s", v->width, string); free(string); } else - (void)printf("%-*s", v->width, ""); + (void)printf("%-*s", v->width, " -"); return; } |
