From 741c973afede397e2801e2f7c6e797dae7ed41b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Mon, 27 Jun 2011 20:00:30 +0000 Subject: [PATCH] Put variable under the correct #ifdef. svn path=/trunk/; revision=37807 --- tshark.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tshark.c b/tshark.c index 81b0e64030..ed78255573 100644 --- a/tshark.c +++ b/tshark.c @@ -814,6 +814,8 @@ main(int argc, char *argv[]) int status; GList *if_list; gchar *err_str; + guint i; + interface_options interface_opts; #else gboolean capture_option_specified = FALSE; #endif @@ -834,8 +836,6 @@ main(int argc, char *argv[]) GLogLevelFlags log_flags; int optind_initial; gchar *output_only = NULL; - guint i; - interface_options interface_opts; #ifdef HAVE_LIBPCAP #if defined(_WIN32) || defined(HAVE_PCAP_CREATE)