Add "break;" to end of last case statement.

svn path=/trunk/; revision=35522
This commit is contained in:
Stephen Fisher 2011-01-13 17:54:30 +00:00
parent 4c1b59c989
commit 8b7a476960
1 changed files with 1 additions and 0 deletions

View File

@ -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 {