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 1ae36bb305..2661c469a0 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -60,7 +60,7 @@ FN_LOCAL_STRING(printcommand, printcommand)
FN_LOCAL_STRING(lpq_command, lpq_command)
FN_LOCAL_STRING(lprmcommand, lprmcommand)
FN_LOCAL_STRING(lppause_command, lppause_command)
-FN_LOCAL_STRING(lpresumecommand, lpresumecommand)
+FN_LOCAL_STRING(lpresume_command, lpresume_command)
FN_LOCAL_STRING(queuepausecommand, queuepausecommand)
FN_LOCAL_STRING(queueresumecommand, queueresumecommand)
FN_LOCAL_STRING(_printername, _printername)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 2cd4f56f47..235fdd14f5 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2212,7 +2212,7 @@ static struct parm_struct parm_table[] = {
.label = "lpresume command",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(lpresumecommand),
+ .offset = LOCAL_VAR(lpresume_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL,