summaryrefslogtreecommitdiff
path: root/apps/plugins/chopper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chopper.c')
-rw-r--r--apps/plugins/chopper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index 971aeb8512..594c4e48bd 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -181,7 +181,7 @@ static int score;
181#define MAX_POINTS 50000 181#define MAX_POINTS 50000
182static struct configdata config[] = 182static struct configdata config[] =
183{ 183{
184 {TYPE_INT, 0, MAX_POINTS, &highscore, "highscore", NULL, NULL} 184 {TYPE_INT, 0, MAX_POINTS, { .int_p = &highscore }, "highscore", NULL}
185}; 185};
186 186
187struct CBlock 187struct CBlock