fix the macro

SVN revision: 40356
This commit is contained in:
Viktor Kojouharov 2009-04-24 21:02:40 +00:00
parent e9bacbe619
commit 85a494e86c
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ ethumb_file_set(Ethumb *e, const char *path, const char *key)
EAPI void
ethumb_file_get(Ethumb *e, const char **path, const char **key)
{
EINA_SAFETY_ON_NULL_RETURN_VAL(e, NULL);
EINA_SAFETY_ON_NULL_RETURN(e);
if (path) *path = e->src_path;
if (key) *key = e->src_key;