From a91b5d870a0c070b7a79490b9568b284147f31a4 Mon Sep 17 00:00:00 2001 From: ulfl Date: Fri, 22 Sep 2006 23:08:06 +0000 Subject: 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 --- capture-wpcap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'capture-wpcap.c') 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 */ -- cgit v1.2.3