aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {