Code cleanup

This commit is contained in:
Pierre Pronchery 2011-01-22 19:43:28 +00:00
parent 4dedbcbb84
commit f01d9caf0c

View File

@ -47,8 +47,8 @@ typedef enum _AccountConfigType
typedef struct _AccountConfig
{
char * name;
char * title;
char const * name;
char const * title;
AccountConfigType type;
void * value;
} AccountConfig;