From 27bf72335a6ca79c49a889d9ef65db07b9514463 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 18 Jan 2008 00:52:35 +0200 Subject: [PATCH] s-s-d: Add missing semicolon --- ChangeLog | 4 ++++ utils/start-stop-daemon.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84470a9a..0d44c49f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-18 Guillem Jover + + * utils/start-stop-daemon.c (do_help): Add missing semicolon. + 2008-01-17 Guillem Jover * THANKS: Convert to UTF-8. diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index 7994b5b5..2fb7574c 100644 --- a/utils/start-stop-daemon.c +++ b/utils/start-stop-daemon.c @@ -382,7 +382,7 @@ do_help(void) static void do_version(void) { - printf("start-stop-daemon %s for Debian\n\n", VERSION) + printf("start-stop-daemon %s for Debian\n\n", VERSION); printf("Written by Marek Michalkiewicz, public domain.\n"); } -- 2.39.5