From 9d18adec33a4aa888aae7d47664a583d4b7f99a3 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 5 Feb 2005 13:44:27 +0000 Subject: minor enhancements to Guy's last update svn path=/trunk/; revision=13304 --- capture_sync.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'capture_sync.c') diff --git a/capture_sync.c b/capture_sync.c index 3ca4403ee8..998acc4873 100644 --- a/capture_sync.c +++ b/capture_sync.c @@ -507,10 +507,10 @@ sync_pipe_do_capture(capture_options *capture_opts, gboolean is_tempfile) { capture_opts->save_file = NULL; return FALSE; break; - default: - g_assert_not_reached(); - return FALSE; } + + g_assert_not_reached(); + return FALSE; } -- cgit v1.2.1