diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/syrep.c | 4 | 
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",  | 
