aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2020-12-11 11:05:29 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2020-12-12 14:36:18 +0000
commitbeb1877841c463cae9737373b68445ae1fbfb179 (patch)
treec5b571ff443c1b84880ecf8510ed494ddf49053e /ui/win32
parent746051d09978626a704f2c6cba650c505fca65f1 (diff)
Qt: Add missing break in Win32 file export init dialog function
Diffstat (limited to 'ui/win32')
-rw-r--r--ui/win32/file_dlg_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/win32/file_dlg_win32.c b/ui/win32/file_dlg_win32.c
index 62cdd93f83..b3e14a064f 100644
--- a/ui/win32/file_dlg_win32.c
+++ b/ui/win32/file_dlg_win32.c
@@ -680,6 +680,7 @@ format_handle_wm_initdialog(HWND dlg_hwnd, print_args_t *args) {
break;
case print_dissections_expanded:
SendMessage(cur_ctrl, CB_SETCURSEL, 2, 0);
+ break;
default:
g_assert_not_reached();
}