Code cleanup
This commit is contained in:
parent
4dedbcbb84
commit
f01d9caf0c
|
@ -47,8 +47,8 @@ typedef enum _AccountConfigType
|
||||||
|
|
||||||
typedef struct _AccountConfig
|
typedef struct _AccountConfig
|
||||||
{
|
{
|
||||||
char * name;
|
char const * name;
|
||||||
char * title;
|
char const * title;
|
||||||
AccountConfigType type;
|
AccountConfigType type;
|
||||||
void * value;
|
void * value;
|
||||||
} AccountConfig;
|
} AccountConfig;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user