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 */
|
||||
static struct configdata config[] = {
|
||||
{ TYPE_ENUM, 0, 12, &country, "country", currency_str, NULL }
|
||||
{ TYPE_ENUM, 0, 12, { .int_p = &country }, "country", currency_str }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue