diff options
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/run_parts.c | 2 | ||||
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 4173987ab..8a1f38a1d 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -44,7 +44,7 @@ static const char runparts_longopts[] = | |||
44 | //TODO: "reverse\0" No_argument "r" | 44 | //TODO: "reverse\0" No_argument "r" |
45 | //TODO: "verbose\0" No_argument "v" | 45 | //TODO: "verbose\0" No_argument "v" |
46 | #endif | 46 | #endif |
47 | "\0"; | 47 | ; |
48 | #endif | 48 | #endif |
49 | 49 | ||
50 | struct globals { | 50 | struct globals { |
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 0c8dea760..1933e1cfc 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -215,7 +215,7 @@ static const char start_stop_daemon_longopts[] = | |||
215 | #if ENABLE_FEATURE_START_STOP_DAEMON_FANCY | 215 | #if ENABLE_FEATURE_START_STOP_DAEMON_FANCY |
216 | "retry\0" Required_argument "R" | 216 | "retry\0" Required_argument "R" |
217 | #endif | 217 | #endif |
218 | "\0"; | 218 | ; |
219 | #endif | 219 | #endif |
220 | 220 | ||
221 | enum { | 221 | enum { |