oopsie - got carried away and altered good code

SVN revision: 8013
This commit is contained in:
handyande 2003-12-06 17:37:20 +00:00 committed by handyande
parent e41d146893
commit 94be4269d6
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ typedef struct Ecore_Config_Listener_List {
typedef struct Ecore_Config_Prop {
char *key;
char *description;
void *ptr;
char *ptr;
Ecore_Config_Type type;
long val,lo,hi,step;
Ecore_Config_Flag flags;