aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-01-13 17:54:30 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-01-13 17:54:30 +0000
commit8b7a47696063542ea3226dbd2cc9f98cddd6554e (patch)
treed5a98b762fcd4697de5f2d994cdce01db646af1b /capture.c
parent4c1b59c9896d24ba9a6d7cbb9eff0d80fec584c7 (diff)
Add "break;" to end of last case statement.
svn path=/trunk/; revision=35522
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 {