summaryrefslogtreecommitdiff
path: root/systemv/lpstat.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-11-16 17:01:30 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-11-16 17:01:30 +0000
commit411affcf6ae840dbe82786a1f42c16cb3127d20f (patch)
tree0cdee41b9d5f1506cf880182ea80cf30f0713be7 /systemv/lpstat.c
parent26d47ec6888969c3a3957f55c9eed0778813b94a (diff)
downloadcups-411affcf6ae840dbe82786a1f42c16cb3127d20f.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@245 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'systemv/lpstat.c')
-rw-r--r--systemv/lpstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemv/lpstat.c b/systemv/lpstat.c
index 46d74c56f..27f0926e8 100644
--- a/systemv/lpstat.c
+++ b/systemv/lpstat.c
@@ -1,5 +1,5 @@
/*
- * "$Id: lpstat.c 6073 2006-11-02 20:01:54Z mike $"
+ * "$Id: lpstat.c 6090 2006-11-14 16:35:27Z mike $"
*
* "lpstat" command for the Common UNIX Printing System (CUPS).
*
@@ -2038,7 +2038,7 @@ show_printers(http_t *http, /* I - HTTP connection to server */
if (reasons)
{
_cupsLangPuts(stdout, _("\tAlerts:"));
- for (j = 0; j < reasons->num_values; i ++)
+ for (j = 0; j < reasons->num_values; j ++)
_cupsLangPrintf(stdout, " %s",
reasons->values[j].string.text);
_cupsLangPuts(stdout, "\n");
@@ -2248,5 +2248,5 @@ show_scheduler(http_t *http) /* I - HTTP connection to server */
/*
- * End of "$Id: lpstat.c 6073 2006-11-02 20:01:54Z mike $".
+ * End of "$Id: lpstat.c 6090 2006-11-14 16:35:27Z mike $".
*/