summaryrefslogtreecommitdiffstats
path: root/lib/param
diff options
context:
space:
mode:
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index d1d55338841..1777980c173 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -62,7 +62,7 @@ FN_LOCAL_STRING(lprm_command, lprm_command)
FN_LOCAL_STRING(lppause_command, lppause_command)
FN_LOCAL_STRING(lpresume_command, lpresume_command)
FN_LOCAL_STRING(queuepause_command, queuepause_command)
-FN_LOCAL_STRING(queueresumecommand, queueresumecommand)
+FN_LOCAL_STRING(queueresume_command, queueresume_command)
FN_LOCAL_STRING(_printername, _printername)
FN_LOCAL_CONST_STRING(printjob_username, printjob_username)
FN_LOCAL_STRING(magic_script, magic_script)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 56b33d19ec1..8e6b4befc31 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2230,7 +2230,7 @@ static struct parm_struct parm_table[] = {
.label = "queueresume command",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(queueresumecommand),
+ .offset = LOCAL_VAR(queueresume_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL,