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
@ -1356,7 +1356,7 @@ ivi_layout_layer_destroy(struct ivi_layout_layer *ivilayer)
|
|||||||
struct ivi_layout_view *ivi_view, *next;
|
struct ivi_layout_view *ivi_view, *next;
|
||||||
|
|
||||||
if (ivilayer == NULL) {
|
if (ivilayer == NULL) {
|
||||||
weston_log("ivi_layout_layer_remove: invalid argument\n");
|
weston_log("ivi_layout_layer_destroy: invalid argument\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user