summaryrefslogtreecommitdiff
path: root/capture_sync.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-05 13:44:27 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-05 13:44:27 +0000
commit9d18adec33a4aa888aae7d47664a583d4b7f99a3 (patch)
treef6e0b07dffe90c48885b49930ce35873ff6c7d31 /capture_sync.c
parentfa3e5609abf9c87862207239177e62f491476027 (diff)
downloadwireshark-9d18adec33a4aa888aae7d47664a583d4b7f99a3.tar.gz
minor enhancements to Guy's last update
svn path=/trunk/; revision=13304
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c6
1 files changed, 3 insertions, 3 deletions
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;
}