type-o... see what I did there? Yes, I'm an idiot.

SVN revision: 67402
This commit is contained in:
Iván Briano 2012-01-20 19:31:32 +00:00
parent cbd7088c63
commit 3c007c2791
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ EAPI extern const Eina_Value_Type *_EINA_VALUE_TYPE_BASICS_END;
} \
while (0)
#define EINA_VALUE_TYPE_DISPATCH_RETURN(value, method, no_method_err, def_ret, ...) \
#define EINA_VALUE_TYPE_DISPATCH_RETURN(type, method, no_method_err, def_ret, ...) \
do \
{ \
if (type->method) \