diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2010-11-19 02:51:46 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2010-11-19 02:51:46 +0000 |
commit | 6cbd3d09f4edc7ad76b4560f080a48b429357581 (patch) | |
tree | 8697bab7c10d0d1d18da0a5d9ee3daf5f40a4e48 /legacy/emotion/src/lib/emotion_smart.c | |
parent | b098f1b66782c3a1459f6ad72295572778fabcc2 (diff) |
warning cleanup.
there are still warnings from write(2) calls, they should be handled,
but no time now.
SVN revision: 54710
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index ad649707e7..87f8929ee6 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c | |||
@@ -319,7 +319,7 @@ emotion_object_file_set(Evas_Object *obj, const char *file) | |||
319 | { | 319 | { |
320 | Smart_Data *sd; | 320 | Smart_Data *sd; |
321 | 321 | ||
322 | E_SMART_OBJ_GET(sd, obj, E_OBJ_NAME); | 322 | E_SMART_OBJ_GET_RETURN(sd, obj, E_OBJ_NAME, EINA_FALSE); |
323 | 323 | ||
324 | DBG("file=%s", file); | 324 | DBG("file=%s", file); |
325 | if (!sd->module) return EINA_FALSE; | 325 | if (!sd->module) return EINA_FALSE; |