diff options
Diffstat (limited to 'apps/plugins/solitaire.c')
| -rw-r--r-- | apps/plugins/solitaire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index 2f5f2dc..bbf7c11 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -749,7 +749,7 @@ struct sol_config sol_disk = {0}; struct sol_config sol; static struct configdata config[] = { - { TYPE_INT, 0, 1, &sol_disk.draw_type, "draw_type", NULL, NULL }, + { TYPE_INT, 0, 1, { .int_p = &sol_disk.draw_type }, "draw_type", NULL } }; char draw_option_string[32]; |