diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-19 03:19:48 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-19 03:19:48 +0000 |
| commit | dd36cb69015160ddcb2a5cb5ff554b4408e20193 (patch) | |
| tree | 94f87998aa31c441d2ef96f18e30bed6af2cedc1 /src | |
| parent | fe5fc1daeb575e24b750712fc8acf71626ea8819 (diff) | |
| download | s6-frontend-dd36cb69015160ddcb2a5cb5ff554b4408e20193.tar.gz | |
typo fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/s6-frontend/live_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s6-frontend/live_status.c b/src/s6-frontend/live_status.c index dbf9aa6..831174a 100644 --- a/src/s6-frontend/live_status.c +++ b/src/s6-frontend/live_status.c @@ -154,7 +154,7 @@ static void live_status_some (char const *const *services, int withe) argv[m++] = "--" ; argv[m++] = " column" ; argv[m++] = " -ts/" ; - argv[m++] = "", + argv[m++] = "" ; } #endif argv[m++] = EXECLINE_EXTBINPREFIX "if" ; |
