The branch, master has been updated
       via  27bf72335a6ca79c49a889d9ef65db07b9514463 (commit)
      from  cd75fb460656f4b6057255984f96fc8bdb256b43 (commit)


- Shortlog ------------------------------------------------------------
27bf723 s-s-d: Add missing semicolon

Summary of changes:
 ChangeLog                 |    4 ++++
 utils/start-stop-daemon.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 27bf72335a6ca79c49a889d9ef65db07b9514463
Author: Guillem Jover <[EMAIL PROTECTED]>
Date:   Fri Jan 18 00:52:35 2008 +0200

    s-s-d: Add missing semicolon

diff --git a/ChangeLog b/ChangeLog
index 84470a9..0d44c49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-18  Guillem Jover  <[EMAIL PROTECTED]>
+
+       * utils/start-stop-daemon.c (do_help): Add missing semicolon.
+
 2008-01-17  Guillem Jover  <[EMAIL PROTECTED]>
 
        * THANKS: Convert to UTF-8.
diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c
index 7994b5b..2fb7574 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");
 }

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to