summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 07e8727df0..03476b99d7 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -62,7 +62,7 @@ FN_LOCAL_STRING(lprmcommand, lprmcommand)
FN_LOCAL_STRING(lppausecommand, lppausecommand)
FN_LOCAL_STRING(lpresumecommand, lpresumecommand)
FN_LOCAL_STRING(queuepausecommand, queuepausecommand)
-FN_LOCAL_STRING(queueresumecommand, szQueueresumecommand)
+FN_LOCAL_STRING(queueresumecommand, queueresumecommand)
static FN_LOCAL_STRING(_printername, szPrintername)
FN_LOCAL_CONST_STRING(printjob_username, szPrintjobUsername)
FN_LOCAL_STRING(magicscript, szMagicScript)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 461634b07e..94e7fd4fb3 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(szQueueresumecommand),
+ .offset = LOCAL_VAR(queueresumecommand),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL,