summaryrefslogtreecommitdiff
path: root/systemv/lpstat.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-02-11 16:34:01 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-02-11 16:34:01 +0000
commitbf3816c7edd01247b850a12e52856819190b66fd (patch)
tree24dcfae7bdd3378ab3153f03f78da4507afad8c6 /systemv/lpstat.c
parent745129beebf8651dd9ce221cc7c046460b4ae8f6 (diff)
downloadcups-bf3816c7edd01247b850a12e52856819190b66fd.tar.gz
Merge changes from CUPS 1.4svn-r8346.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1212 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'systemv/lpstat.c')
-rw-r--r--systemv/lpstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemv/lpstat.c b/systemv/lpstat.c
index ed613869e..ab16b8fdc 100644
--- a/systemv/lpstat.c
+++ b/systemv/lpstat.c
@@ -1540,8 +1540,8 @@ show_printers(const char *printers, /* I - Destinations */
};
- DEBUG_printf(("show_printers(printer=\"%s\", num_dests=%d, dests=%p, "
- "long_status=%d)\n", printer, num_dests, dests, long_status));
+ DEBUG_printf(("show_printers(printers=\"%s\", num_dests=%d, dests=%p, "
+ "long_status=%d)\n", printers, num_dests, dests, long_status));
if ((root = getenv("CUPS_SERVERROOT")) == NULL)
root = CUPS_SERVERROOT;