summaryrefslogtreecommitdiff
path: root/usr/src/cmd/print/bsd-sysv-commands
diff options
context:
space:
mode:
authorwendyp <none@none>2008-05-21 14:27:26 -0700
committerwendyp <none@none>2008-05-21 14:27:26 -0700
commit05eb9f24802bcc05bbb6e1ccdd8059b0b00f736b (patch)
tree96c2b31f7cec173820c4461831c6ac80af2c2137 /usr/src/cmd/print/bsd-sysv-commands
parentfff9ceabe0afac25c8c480a4f8969af269b7f948 (diff)
downloadillumos-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.c2
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");