summaryrefslogtreecommitdiff
path: root/tshark.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-05-06 15:12:45 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-05-06 15:12:45 +0000
commit38f233cd993206c05a6c4677158bcca1c76ee6eb (patch)
tree6654b8c3ac7d9f994fee45e9b8336a9d5295a93c /tshark.c
parentcf488b0fca6fbb730a229a70a5b979e878f80671 (diff)
downloadwireshark-38f233cd993206c05a6c4677158bcca1c76ee6eb.tar.gz
Removed an unused break.
svn path=/trunk/; revision=25247
Diffstat (limited to 'tshark.c')
-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;
}
}