Remove an extraneous backslash
[obnox/wireshark/wip.git] / capture-pcap-util-unix.c
index a2bbd0ff78495c3c245fe41316099ea6481e1d6a..6018001771264d40ca6207af6f5020db36eb5097 100644 (file)
@@ -353,7 +353,7 @@ get_compiled_pcap_version(GString *str)
         * So, for now, we just give up on reporting the version
         * of libpcap with which we were compiled.
         */
-       g_string_append(str, "with libpcap (version unknown)");
+       g_string_append(str, "with libpcap");
 }
 
 /*