Reorder structs, alignment
This commit is contained in:
parent
75d925cd3f
commit
99873ccd8a
|
@ -116,13 +116,12 @@ bool config_entry_exists(config_file_t *conf, const char *entry);
|
|||
|
||||
struct config_entry_list
|
||||
{
|
||||
/* If we got this from an #include,
|
||||
* do not allow overwrite. */
|
||||
bool readonly;
|
||||
|
||||
char *key;
|
||||
char *value;
|
||||
struct config_entry_list *next;
|
||||
/* If we got this from an #include,
|
||||
* do not allow overwrite. */
|
||||
bool readonly;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue