tpl_wayland_vk_wsi: Add missing break in switch 10/154410/3
authorHoyub Lee <hoyub.lee@samsung.com>
Tue, 10 Oct 2017 02:50:42 +0000 (11:50 +0900)
committerHoyub Lee <hoyub.lee@samsung.com>
Tue, 10 Oct 2017 07:45:44 +0000 (16:45 +0900)
Change-Id: I0aece437c5df9ff81aa68a7e17ff8f1f3f328b9f
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
src/tpl_wayland_vk_wsi.c

index 0e50467..f2e2adc 100644 (file)
@@ -927,6 +927,7 @@ __tpl_wayland_vk_wsi_surface_create_swapchain(tpl_surface_t *surface,
                                                present_mode);
                                return TPL_ERROR_INVALID_PARAMETER;
                        }
+                       break;
 #endif
                case TPL_DISPLAY_PRESENT_MODE_MAILBOX:
                case TPL_DISPLAY_PRESENT_MODE_IMMEDIATE: