From 38f233cd993206c05a6c4677158bcca1c76ee6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 6 May 2008 15:12:45 +0000 Subject: [PATCH] Removed an unused break. svn path=/trunk/; revision=25247 --- tshark.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tshark.c b/tshark.c index 7e7259b08e..9d9bdf46c8 100644 --- a/tshark.c +++ b/tshark.c @@ -1966,7 +1966,6 @@ capture_input_new_file(capture_options *capture_opts, gchar *new_file) g_free(capture_opts->save_file); capture_opts->save_file = NULL; return FALSE; - break; } }