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 8f974c83ca..b5f99c7518 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2851,7 +2851,7 @@ static struct parm_struct parm_table[] = { .label = "browseable", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bBrowseable), + .offset = LOCAL_VAR(browseable), .special = NULL, .enum_list = NULL, .flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT, @@ -2860,7 +2860,7 @@ static struct parm_struct parm_table[] = { .label = "browsable", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bBrowseable), + .offset = LOCAL_VAR(browseable), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, |