From b694dd616c94a16a96ca8ead30f8b9fa58fe1ced Mon Sep 17 00:00:00 2001 From: Kevin Walzer Date: Fri, 9 Jul 2021 14:19:57 +0000 Subject: Tweak lineation --- library/print.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/print.tcl b/library/print.tcl index 25b408f..0332b25 100644 --- a/library/print.tcl +++ b/library/print.tcl @@ -665,7 +665,8 @@ namespace eval ::tk::print { catch {exec lpstat -a} msg set notfound "command not found" if {[string first $notfound $msg != -1} { - error "Unable to obtain list of printers. Please install the CUPS package for your system." + error "Unable to obtain list of printers. Please install the CUPS package \ + for your system." return } -- cgit v0.12