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:
Andrew Mahone 2009-01-17 23:08:35 +00:00
parent 0b41f0599f
commit 0229ec679b

View file

@ -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 }
};