diff options
author | Ucan, Emre (ADITG/SW1) <eucan@de.adit-jv.com> | 2017-01-17 12:35:20 +0000 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2017-01-27 16:39:43 +0200 |
commit | 66602522741b200b7d99b4bfea3c3e224661a8c7 (patch) | |
tree | d0742b472c245f2826a4e25c6f8db737953c97f4 /ivi-shell | |
parent | cb3f1b01052b5c83d7d31139e9b4243cf6db4649 (diff) |
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>
Diffstat (limited to 'ivi-shell')
-rw-r--r-- | ivi-shell/ivi-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c index bbf1bcba..f5267171 100644 --- a/ivi-shell/ivi-layout.c +++ b/ivi-shell/ivi-layout.c @@ -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; } |