No void pointer arithmetic.

SVN revision: 26970
This commit is contained in:
Kim Woelders 2006-11-05 14:18:34 +00:00
parent ed6538707d
commit 5c8603665a
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ ecore_config_struct_get(const char *key, void *data)
{
Ecore_Config_Prop *e, *f;
Evas_List *l;
void *ptr;
unsigned char *ptr;
long argb;
e = ecore_config_get(key);