From 05eb9f24802bcc05bbb6e1ccdd8059b0b00f736b Mon Sep 17 00:00:00 2001 From: wendyp Date: Wed, 21 May 2008 14:27:26 -0700 Subject: 6689188 modify queue display values in printmgr incorrect for filecontents, notification, and printer type. (fix cstyle) --- usr/src/cmd/print/bsd-sysv-commands/lpstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/cmd/print/bsd-sysv-commands/lpstat.c') diff --git a/usr/src/cmd/print/bsd-sysv-commands/lpstat.c b/usr/src/cmd/print/bsd-sysv-commands/lpstat.c index af26bfb43e..f218daa4be 100644 --- a/usr/src/cmd/print/bsd-sysv-commands/lpstat.c +++ b/usr/src/cmd/print/bsd-sysv-commands/lpstat.c @@ -388,7 +388,7 @@ report_printer(papi_service_t svc, char *name, papi_printer_t printer, "document-format-supported", &str); printf(gettext("\tContent types: %s"), str); while (papiAttributeListGetString(attrs, &iter, NULL, &str) - == PAPI_OK) + == PAPI_OK) printf(", %s", str); printf("\n"); -- cgit v1.2.3