From 0229ec679bc46c1f50e0222c91818e6c6356ae92 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 17 Jan 2009 23:08:35 +0000 Subject: fixed euroconverter, missed in the configfile change git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19787 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/euroconverter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/euroconverter.c b/apps/plugins/euroconverter.c index 58c9f1c4ad..f85ee798c4 100644 --- a/apps/plugins/euroconverter.c +++ b/apps/plugins/euroconverter.c @@ -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 } }; -- cgit v1.2.3