aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-05 09:59:15 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-05 09:59:15 +0000
commit3ebea9487a06a78d3335d4ae9659dd09130a6228 (patch)
treee74d93e6df2affd37c25dcf35c2f154b7c1b54bf /version_info.c
parentf0e31fc3c3093ca2320d9e94f8ab3bdb08c88330 (diff)
Don't add newline before LIBCAP, as this is done correct in end_string().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24563 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/version_info.c b/version_info.c
index 05b0b04b80..f1f70c3222 100644
--- a/version_info.c
+++ b/version_info.c
@@ -159,7 +159,7 @@ get_compiled_version_info(GString *str, void (*additional_info)(GString *))
#endif /* HAVE_LIBZ */
/* LIBCAP */
- g_string_append(str, ",\n");
+ g_string_append(str, ", ");
#ifdef HAVE_LIBCAP
g_string_append(str, "with POSIX capabilities");
#ifdef _LINUX_CAPABILITY_VERSION