From 03ab85c02d9366e2ea7a4b7ecf25154f4cf1737f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 23 Aug 2014 16:37:30 +0200 Subject: 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(-) (limited to 'libpager') diff --git a/libpager/object-terminate.c b/libpager/object-terminate.c index 365ba275..332bcab8 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; } -- cgit v1.2.3