projects
/
platform
/
core
/
uifw
/
wayland-tbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734a3b9
)
Add missing semicolon.
06/263006/1
author
Joonbum Ko
<joonbum.ko@samsung.com>
Tue, 24 Aug 2021 10:16:04 +0000
(19:16 +0900)
committer
Joonbum 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
patch
|
blob
|
history
diff --git
a/src/wayland-tbm-monitor-server.c
b/src/wayland-tbm-monitor-server.c
index d4800191de60adf0c891aec283c853ffb0e8be71..4c9d27611b5c10186ca9e0bb765ec75dbd044e9f 100644
(file)
--- a/
src/wayland-tbm-monitor-server.c
+++ b/
src/wayland-tbm-monitor-server.c
@@
-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;
}