aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-22 23:08:06 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-22 23:08:06 +0000
commita91b5d870a0c070b7a79490b9568b284147f31a4 (patch)
tree6dfddb8a0312ef732b83bef7d1f960b755ec266b /capture-wpcap.c
parent805784f2407b61cfed25b22cbe63d56259f71ef9 (diff)
Slightly reshape the version text: Bring the OS info above the WinPcap text - this just makes more sense IMHO
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19294 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-wpcap.c')
-rw-r--r--capture-wpcap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/capture-wpcap.c b/capture-wpcap.c
index 297261be08..169ee2a957 100644
--- a/capture-wpcap.c
+++ b/capture-wpcap.c
@@ -700,7 +700,8 @@ get_runtime_pcap_version(GString *str)
}
} else
g_string_append(str, "without WinPcap");
- g_string_append(str, " ");
+
+ /*g_string_append(str, " ");*/
}
#else /* HAVE_LIBPCAP */