From bbcd0042188757cd17fa69a459b582f42e2b3b4c Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 4 Feb 2014 15:09:06 +1300 Subject: param: rename lp function and variable from "lpresumecommand" to "lpresume_command" Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') 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) -- cgit