diff options
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 7ff9b33978..6b4052f6bf 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2076,7 +2076,7 @@ static struct parm_struct parm_table[] = { .label = "printable", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(print_ok), + .offset = LOCAL_VAR(printable), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT, @@ -2094,7 +2094,7 @@ static struct parm_struct parm_table[] = { .label = "print ok", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(print_ok), + .offset = LOCAL_VAR(printable), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, |