diff options
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 631f748af1..6dd5f22e3c 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(lpqcommand, lpqcommand) FN_LOCAL_STRING(lprmcommand, lprmcommand) FN_LOCAL_STRING(lppausecommand, lppausecommand) -FN_LOCAL_STRING(lpresumecommand, szLpresumecommand) +FN_LOCAL_STRING(lpresumecommand, lpresumecommand) FN_LOCAL_STRING(queuepausecommand, szQueuepausecommand) FN_LOCAL_STRING(queueresumecommand, szQueueresumecommand) static FN_LOCAL_STRING(_printername, szPrintername) |