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 09e041bbea..713db9016e 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1402,7 +1402,7 @@ static struct parm_struct parm_table[] = { .label = "read raw", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bReadRaw), + .offset = GLOBAL_VAR(read_raw), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, @@ -1411,7 +1411,7 @@ static struct parm_struct parm_table[] = { .label = "write raw", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bWriteRaw), + .offset = GLOBAL_VAR(write_raw), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |