tpl_tbm: Add missing break in switch 00/154300/4
authorHoyub Lee <hoyub.lee@samsung.com>
Tue, 10 Oct 2017 02:44:04 +0000 (11:44 +0900)
committerHoyub Lee <hoyub.lee@samsung.com>
Tue, 10 Oct 2017 07:45:45 +0000 (16:45 +0900)
Change-Id: I3e76e96634cc7f3e9d4ed3973d945f8d08e84358
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
src/tpl_tbm.c

index 50154e5..0c64ee2 100644 (file)
@@ -376,6 +376,7 @@ __tpl_tbm_surface_create_swapchain(tpl_surface_t *surface,
                                        present_mode);
                        return TPL_ERROR_INVALID_PARAMETER;
                }
+               break;
        default:
                TPL_ERR("Unsupported present mode: %d", present_mode);
                return TPL_ERROR_INVALID_PARAMETER;