cast properly

This commit is contained in:
Carsten Haitzler 2014-09-27 16:31:03 +09:00
parent 11d6968839
commit ae0277944b
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ index_out_cb(const Eina_Hash *hash, const void *key, void *data, void *fdata)
FILE *f = fdata;
const char *s;
fprintf(f, "%s\n", key);
fprintf(f, "%s\n", (const char *)key);
EINA_LIST_FREE(data, s)
{
fprintf(f, "\t%s\n", s);