aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-07 12:52:08 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-07 12:52:08 +0000
commitd617b354865fd9831b76d804fffa2b474d89be23 (patch)
tree1438d7d2cdf339767a7f8701b8523e1593847ce1 /capture_opts.c
parentad67907b30bbc3de2afc47404cea1aba03a9b348 (diff)
Removed some more "statement not reached" warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24283 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/capture_opts.c b/capture_opts.c
index a72f6c88f0..600d8c0a8f 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -540,7 +540,6 @@ capture_opts_add_opt(capture_options *capture_opts, int opt, const char *optarg,
#endif
status = capture_opts_output_to_pipe(capture_opts->save_file, &capture_opts->output_to_pipe);
return status;
- break;
case 'y': /* Set the pcap data link type */
#ifdef HAVE_PCAP_DATALINK_NAME_TO_VAL
capture_opts->linktype = linktype_name_to_val(optarg);