From 92db3642282d1542acf2b6ca5674d897e609ff75 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:24 +1300 Subject: param: Rename variable used for lp_magicoutput szMagicOutput Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam 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 9df5731da4..f209da9c5c 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -66,7 +66,7 @@ FN_LOCAL_STRING(queueresumecommand, queueresumecommand) static FN_LOCAL_STRING(_printername, szPrintername) FN_LOCAL_CONST_STRING(printjob_username, printjob_username) FN_LOCAL_STRING(magicscript, magicscript) -FN_LOCAL_STRING(magicoutput, szMagicOutput) +FN_LOCAL_STRING(magicoutput, magicoutput) FN_LOCAL_STRING(comment, comment) FN_LOCAL_STRING(force_user, force_user) FN_LOCAL_STRING(force_group, force_group) -- cgit