mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
fixed euroconverter, missed in the configfile change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19787 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b41f0599f
commit
0229ec679b
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ static longlong_t inc;
|
||||||
|
|
||||||
/* Persistent settings */
|
/* Persistent settings */
|
||||||
static struct configdata config[] = {
|
static struct configdata config[] = {
|
||||||
{ TYPE_ENUM, 0, 12, &country, "country", currency_str, NULL }
|
{ TYPE_ENUM, 0, 12, { .int_p = &country }, "country", currency_str }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue