mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 17:09:41 +02:00
ivi-shell: fix typo in layer_destroy API
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
cb3f1b0105
commit
6660252274
1 changed files with 1 additions and 1 deletions
|
|
@ -1356,7 +1356,7 @@ ivi_layout_layer_destroy(struct ivi_layout_layer *ivilayer)
|
|||
struct ivi_layout_view *ivi_view, *next;
|
||||
|
||||
if (ivilayer == NULL) {
|
||||
weston_log("ivi_layout_layer_remove: invalid argument\n");
|
||||
weston_log("ivi_layout_layer_destroy: invalid argument\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue