summaryrefslogtreecommitdiff
path: root/filter/rastertohp.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /filter/rastertohp.c
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'filter/rastertohp.c')
-rw-r--r--filter/rastertohp.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/filter/rastertohp.c b/filter/rastertohp.c
index af9583bf..14f7b3ec 100644
--- a/filter/rastertohp.c
+++ b/filter/rastertohp.c
@@ -1,9 +1,9 @@
/*
- * "$Id: rastertohp.c 9384 2010-11-22 07:06:39Z mike $"
+ * "$Id: rastertohp.c 10430 2012-04-23 18:07:59Z mike $"
*
* Hewlett-Packard Page Control Language filter for CUPS.
*
- * Copyright 2007-2010 by Apple Inc.
+ * Copyright 2007-2012 by Apple Inc.
* Copyright 1993-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -877,13 +877,10 @@ main(int argc, /* I - Number of command-line arguments */
return (1);
}
else
- {
- _cupsLangPrintFilter(stderr, "INFO", _("Ready to print."));
return (0);
- }
}
/*
- * End of "$Id: rastertohp.c 9384 2010-11-22 07:06:39Z mike $".
+ * End of "$Id: rastertohp.c 10430 2012-04-23 18:07:59Z mike $".
*/