From: Guillem Jover Date: Thu, 17 Jan 2008 22:52:35 +0000 (+0200) Subject: s-s-d: Add missing semicolon X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27bf72335a6ca79c49a889d9ef65db07b9514463;p=dpkg s-s-d: Add missing semicolon --- 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"); }