Remove an extra " from a command, and fix indentation.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Oct 2005 03:58:40 +0000 (03:58 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Oct 2005 03:58:40 +0000 (03:58 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16101 f5534014-38df-0310-8fa8-9805f1628bb7

capture-wpcap.c

index 3ccfeef4d3888263804711390f161b646fee813d..d0a51ab3675b78636b0d0a166ca234c8d16dabcc 100644 (file)
@@ -638,7 +638,7 @@ get_runtime_pcap_version(GString *str)
                else {
                        /*
                         * An alternative method of obtaining the version
-                        * number, by using the PacketLibraryVersion"
+                        * number, by using the PacketLibraryVersion
                         * string from packet.dll.
                         *
                         * Unfortunately, in WinPcap 3.0, it returns
@@ -660,9 +660,9 @@ get_runtime_pcap_version(GString *str)
                                                blankp = strchr(packetVer, ' ');
                                                if (blankp != NULL)
                                                        *blankp = '\0';
-                    } else {
-                                       packetVer = "version unknown";
-                    }
+                                       } else {
+                                               packetVer = "version unknown";
+                                       }
                                        g_module_close(handle);
                                }
                        }