aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-06 15:12:45 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-06 15:12:45 +0000
commit49e8f3b2e29e529d2f0ceec7cd83472f1fd34ef1 (patch)
tree6654b8c3ac7d9f994fee45e9b8336a9d5295a93c
parent6122e55f5b0951a7ca935469ac4a6165f4bd9495 (diff)
Removed an unused break.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25247 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--tshark.c1
1 files changed, 0 insertions, 1 deletions
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;
}
}