projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b7d0b8
)
elm_layout: Fix not to return value from void function.
author
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Thu, 22 Dec 2016 11:40:59 +0000
(20:40 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:11 +0000
(14:37 +0900)
Change-Id: I488c83b895cc3e814130814f4141967e53563bb3
src/lib/elm_layout.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_layout.c
b/src/lib/elm_layout.c
index 461df088290ca33b06ee413146f62c94a2e29e46..a1fd366da7462c83ee91621b3b90548e842dcf7d 100644
(file)
--- a/
src/lib/elm_layout.c
+++ b/
src/lib/elm_layout.c
@@
-1875,7
+1875,7
@@
elm_layout_mmap_get(Eo *obj, const Eina_File **file, const char **group)
EOLIAN static void
_elm_layout_elm_widget_atspi(Eo *obj, Elm_Layout_Smart_Data *_pd EINA_UNUSED, Eina_Bool is_atspi)
{
- EINA_SAFETY_ON_NULL_RETURN
_VAL(obj, NULL
);
+ EINA_SAFETY_ON_NULL_RETURN
(obj
);
evas_object_smart_callback_call(obj, SIG_ATSPI_SCREEN_READER_CHANGED, &is_atspi);
}
//