aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-07 12:52:08 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-07 12:52:08 +0000
commitad5e6ad06b61bc983aa6b8f6efa6dad92c871d95 (patch)
tree1438d7d2cdf339767a7f8701b8523e1593847ce1 /capture.c
parentc6af1bfdd469de2226235ce79eccd994a4625368 (diff)
Removed some more "statement not reached" warnings.
svn path=/trunk/; revision=24283
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/capture.c b/capture.c
index b0efea1672..d615a4e4bd 100644
--- a/capture.c
+++ b/capture.c
@@ -324,7 +324,6 @@ capture_input_new_file(capture_options *capture_opts, gchar *new_file)
g_free(capture_opts->save_file);
capture_opts->save_file = NULL;
return FALSE;
- break;
}
}