mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
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…
x
Reference in New Issue
Block a user