diff options
author | wendyp <none@none> | 2008-05-21 14:27:26 -0700 |
---|---|---|
committer | wendyp <none@none> | 2008-05-21 14:27:26 -0700 |
commit | 05eb9f24802bcc05bbb6e1ccdd8059b0b00f736b (patch) | |
tree | 96c2b31f7cec173820c4461831c6ac80af2c2137 /usr/src/cmd/print/bsd-sysv-commands | |
parent | fff9ceabe0afac25c8c480a4f8969af269b7f948 (diff) | |
download | illumos-gate-05eb9f24802bcc05bbb6e1ccdd8059b0b00f736b.tar.gz |
6689188 modify queue display values in printmgr incorrect for filecontents, notification, and printer type. (fix cstyle)
Diffstat (limited to 'usr/src/cmd/print/bsd-sysv-commands')
-rw-r--r-- | usr/src/cmd/print/bsd-sysv-commands/lpstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |