aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-13 17:54:30 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-13 17:54:30 +0000
commit462bd0732ce3ce011c14045a5d0ae2afa039cf78 (patch)
treed5a98b762fcd4697de5f2d994cdce01db646af1b /capture.c
parentf383bb9f75d7c149cb600eaa795dc75dd966cd62 (diff)
Add "break;" to end of last case statement.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35522 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture.c b/capture.c
index e45fde9313..da3d385809 100644
--- a/capture.c
+++ b/capture.c
@@ -581,6 +581,7 @@ capture_input_closed(capture_options *capture_opts, gchar *msg)
/* Exit by leaving the main loop, so that any quit functions
we registered get called. */
main_window_quit();
+ break;
}
} else {