Add missing semicolon. 06/263006/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Tue, 24 Aug 2021 10:16:04 +0000 (19:16 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Tue, 24 Aug 2021 10:16:04 +0000 (19:16 +0900)
Change-Id: Id7085cd7de0f87615637b09ee99298951766d909
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/wayland-tbm-monitor-server.c

index d4800191de60adf0c891aec283c853ffb0e8be71..4c9d27611b5c10186ca9e0bb765ec75dbd044e9f 100644 (file)
@@ -606,7 +606,7 @@ _wayland_tbm_monitor_request_create(struct wl_client *client,
 
        struct wayland_tbm_monitore_request *r = calloc(1, sizeof(struct wayland_tbm_monitore_request));
        if (!r) {
-               WL_TBM_LOG_E("failed to alloc wayland_tbm_monitore_request")
+               WL_TBM_LOG_E("failed to alloc wayland_tbm_monitore_request");
                return NULL;
        }