diff options
Diffstat (limited to 'src/start-stop-daemon.c')
-rw-r--r-- | src/start-stop-daemon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index 0b7c94fe..86eccb12 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -484,7 +484,6 @@ static struct option longopts[] = { { "stdout", 1, NULL, '1'}, { "stderr", 1, NULL, '2'}, longopts_COMMON - { NULL, 0, NULL, 0} }; static const char * const longopts_help[] = { "Stop daemon", |