fileselector: Fixed typo of warning message in ELM_FILESELECTOR_INTERFACE_CHECK

It's c&p mistake.
This commit is contained in:
Ryuan Choi 2014-02-04 01:23:10 +09:00
parent 5a787bf58a
commit c40f30d772
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ enum
#define ELM_FILESELECTOR_INTERFACE_CHECK(obj, ...) \
if (EINA_UNLIKELY(!eo_isa(obj, ELM_FILESELECTOR_INTERFACE))) \
{ \
ERR("The object (%p) doesn't implement the Elementary scrollable" \
ERR("The object (%p) doesn't implement the Elementary fileselector" \
" interface", obj); \
if (getenv("ELM_ERROR_ABORT")) abort(); \
return __VA_ARGS__; \