aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
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;
}