summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/euroconverter.c2
1 files changed, 1 insertions, 1 deletions
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 }
};