The following commit has been merged in the master branch:
commit 4e5ce16f0573e510da084b318a3e25a485f86b13
Author: Guillem Jover <[email protected]>
Date: Sun Jul 28 16:05:51 2013 +0200
s-s-d: Remove space between function name and '('
diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c
index 85f3f6a..74b91c1 100644
--- a/utils/start-stop-daemon.c
+++ b/utils/start-stop-daemon.c
@@ -738,8 +738,8 @@ parse_schedule(const char *schedule_str)
schedule[0].value = signal_nr;
parse_schedule_item(schedule_str, &schedule[1]);
if (schedule[1].type != sched_timeout) {
- badusage ("--retry takes timeout, or schedule list"
- " of at least two items");
+ badusage("--retry takes timeout, or schedule list"
+ " of at least two items");
}
schedule[2].type = sched_signal;
schedule[2].value = SIGKILL;
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]