commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 49/87: Add missing linefeed


From: Samuel Thibault
Subject: [hurd] 49/87: Add missing linefeed
Date: Sun, 09 Nov 2014 11:05:03 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 03ab85c02d9366e2ea7a4b7ecf25154f4cf1737f
Author: Samuel Thibault <address@hidden>
Date:   Sat Aug 23 16:37:30 2014 +0200

    Add missing linefeed
    
    * libpager/object-terminate.c (_pager_seqnos_memory_object_terminate):
    Add missing linefeed in error message.
---
 libpager/object-terminate.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libpager/object-terminate.c b/libpager/object-terminate.c
index 365ba27..332bcab 100644
--- a/libpager/object-terminate.c
+++ b/libpager/object-terminate.c
@@ -36,12 +36,12 @@ _pager_seqnos_memory_object_terminate (struct pager *p,
   
   if (control != p->memobjcntl)
     {
-      printf ("incg terminate: wrong control port");
+      printf ("incg terminate: wrong control port\n");
       goto out;
     }
   if (name != p->memobjname)
     {
-      printf ("incg terminate: wrong name port");
+      printf ("incg terminate: wrong name port\n");
       goto out;
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]