Code cleanup
This commit is contained in:
parent
4dedbcbb84
commit
f01d9caf0c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user