diff options
Diffstat (limited to 'apps/settings_list.h')
| -rw-r--r-- | apps/settings_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h index 061f207..97443e3 100644 --- a/apps/settings_list.h +++ b/apps/settings_list.h @@ -102,7 +102,7 @@ struct choice_setting { - a NVRAM setting is removed */ #define F_TEMPVAR 0x400 /* used if the setting should be set using a temp var */ -#define F_FLIPLIST 0x800 /* used if the order in the setting screen is backwards */ +#define F_FLIPLIST 0x800 /* used if the order in the setting screen is backwards */ struct settings_list { uint32_t flags; /* ____ ____ TFFF ____ NNN_ FTVC IFRB STTT */ |