Don't add newline before LIBCAP, as this is done correct in end_string().
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 5 Mar 2008 09:59:15 +0000 (09:59 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 5 Mar 2008 09:59:15 +0000 (09:59 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24563 f5534014-38df-0310-8fa8-9805f1628bb7

version_info.c

index 05b0b04b80b9419190bc65a7b041869aa9513293..f1f70c32225771e3649c73f7680c2b7bccb5642c 100644 (file)
@@ -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