From 224c7dcbc066910102c3f5dfa1fb124e4b40f144 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 19 Jul 2004 17:20:13 +0000 Subject: add missing \n git-svn-id: file:///home/lennart/svn/public/syrep/trunk@63 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/syrep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/syrep.c b/src/syrep.c index 3e4d69e..bf9eaee 100644 --- a/src/syrep.c +++ b/src/syrep.c @@ -613,9 +613,9 @@ static int version(const char *argv0) { "Compiled with libdb %i.%i.%i, linked to libdb %i.%i.%i\n" "SVN Revision "SVN_REVISION"\n" #ifdef USE_XATTR - "Compile with extended attribute support: yes" + "Compile with extended attribute support: yes\n" #else - "Compile with extended attribute support: no" + "Compile with extended attribute support: no\n" #endif #ifdef USE_SENDFILE "Using sendfile(): yes\n", -- cgit