diff options
author | Guy Harris <guy@alum.mit.edu> | 2012-06-28 18:22:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2012-06-28 18:22:02 +0000 |
commit | b191653a04c29062d24dc1783c5b9af4b902bd00 (patch) | |
tree | 9e349e2b51222971ee49e90c4fd9956a42ed108f | |
parent | 879189564a1cd8dcc683889bd157933c55e0ef03 (diff) | |
download | wireshark-b191653a04c29062d24dc1783c5b9af4b902bd00.tar.gz wireshark-b191653a04c29062d24dc1783c5b9af4b902bd00.tar.bz2 wireshark-b191653a04c29062d24dc1783c5b9af4b902bd00.zip |
Get rid of a couple of tabs.
svn path=/trunk/; revision=43524
-rw-r--r-- | ui/gtk/iface_lists.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/iface_lists.c b/ui/gtk/iface_lists.c index d6b6fc51dc..5a453b5bbf 100644 --- a/ui/gtk/iface_lists.c +++ b/ui/gtk/iface_lists.c @@ -59,7 +59,7 @@ get_interface_type(gchar *name, gchar *description) * Much digging failed to reveal any obvious way to get something such * as the SNMP MIB-II ifType value for an interface: * - * http://www.iana.org/assignments/ianaiftype-mib + * http://www.iana.org/assignments/ianaiftype-mib * * by making some NDIS request. */ @@ -298,7 +298,7 @@ scan_local_interfaces(capture_options* capture_opts) #endif #ifdef HAVE_PCAP_SETSAMPLING device.remote_opts.sampling_method = capture_opts->default_options.sampling_method; - device.remote_opts.sampling_param = capture_opts->default_options.sampling_param; + device.remote_opts.sampling_param = capture_opts->default_options.sampling_param; #endif linktype_count = 0; device.links = NULL; |