Use same type - warning--

SVN revision: 64981
This commit is contained in:
Lucas De Marchi 2011-11-09 12:03:46 +00:00
parent 5d65b627a6
commit 8810e636e7
1 changed files with 1 additions and 1 deletions

View File

@ -4965,7 +4965,7 @@ eet_data_xattr_cipher_get(const char *filename,
{
void *blob;
void *ret;
int size;
ssize_t size;
blob = eina_xattr_get(filename, attribute, &size);
if (!blob) return NULL;