summaryrefslogtreecommitdiff
path: root/apps/plugins/solitaire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/solitaire.c')
-rw-r--r--apps/plugins/solitaire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index 2f5f2dc4a8..bbf7c11291 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -749,7 +749,7 @@ struct sol_config sol_disk = {0};
749struct sol_config sol; 749struct sol_config sol;
750 750
751static struct configdata config[] = { 751static struct configdata config[] = {
752 { TYPE_INT, 0, 1, &sol_disk.draw_type, "draw_type", NULL, NULL }, 752 { TYPE_INT, 0, 1, { .int_p = &sol_disk.draw_type }, "draw_type", NULL }
753}; 753};
754 754
755char draw_option_string[32]; 755char draw_option_string[32];