aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-04-06 16:08:56 +0000
committerGerald Combs <gerald@wireshark.org>2004-04-06 16:08:56 +0000
commit38f778743a2f1478bb3419fbdaea8042f04c79b0 (patch)
treea823d6cb1535ab7d713b6cacb377da26cf78009b
parentfb40dcdc751b2085255e5b4002af026f555df3b0 (diff)
Remove an extraneous 'break'.
svn path=/trunk/; revision=10554
-rw-r--r--gtk/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/main.c b/gtk/main.c
index bd72fcd4ce..1393fc671d 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1,6 +1,6 @@
/* main.c
*
- * $Id: main.c,v 1.420 2004/03/23 21:19:56 guy Exp $
+ * $Id: main.c,v 1.421 2004/04/06 16:08:56 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2187,7 +2187,6 @@ main(int argc, char *argv[])
case 'L': /* Print list of link-layer types and exit */
#ifdef HAVE_LIBPCAP
list_link_layer_types = TRUE;
- break;
#else
capture_option_specified = TRUE;
arg_error = TRUE;