From 00d8ca2d4567d0c0e9b837a065a786e9076ad893 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 19 Oct 2006 18:43:12 +0000 Subject: Fix up the changes to put the Portaudio information at the end of the version string, so the information comes out right for applications that don't use Portaudio. Get rid of an extra "with" in the version string for dumpcap. Get rid of an extra blank after the libpcap version string, and get rid of an extra newline before it. Attempt to add more compiler version information and to prettify the MSVC++ version information (both untested). svn path=/trunk/; revision=19613 --- capture-wpcap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'capture-wpcap.c') diff --git a/capture-wpcap.c b/capture-wpcap.c index 169ee2a957..dcbb1adef6 100644 --- a/capture-wpcap.c +++ b/capture-wpcap.c @@ -700,8 +700,6 @@ get_runtime_pcap_version(GString *str) } } else g_string_append(str, "without WinPcap"); - - /*g_string_append(str, " ");*/ } #else /* HAVE_LIBPCAP */ -- cgit v1.2.1