summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-19 17:20:13 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-19 17:20:13 +0000
commit224c7dcbc066910102c3f5dfa1fb124e4b40f144 (patch)
tree081194f358499affee68c673cf8bb68cd87d6e82
parent8b5ae7bd5db6efe2ea6f9589c5298b55cd7114bc (diff)
add missing \n
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@63 07ea20a6-d2c5-0310-9e02-9ef735347d72
-rw-r--r--src/syrep.c4
1 files 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",