summaryrefslogtreecommitdiff
path: root/filter/rastertolabel.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/rastertolabel.c
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'filter/rastertolabel.c')
-rw-r--r--filter/rastertolabel.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c
index e413d7d2..13ecd5bd 100644
--- a/filter/rastertolabel.c
+++ b/filter/rastertolabel.c
@@ -1,9 +1,9 @@
/*
- * "$Id: rastertolabel.c 9774 2011-05-12 06:15:14Z mike $"
+ * "$Id: rastertolabel.c 10430 2012-04-23 18:07:59Z mike $"
*
* Label printer filter for CUPS.
*
- * Copyright 2007-2010 by Apple Inc.
+ * Copyright 2007-2012 by Apple Inc.
* Copyright 2001-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -1303,13 +1303,10 @@ main(int argc, /* I - Number of command-line arguments */
return (1);
}
else
- {
- _cupsLangPrintFilter(stderr, "INFO", _("Ready to print."));
return (0);
- }
}
/*
- * End of "$Id: rastertolabel.c 9774 2011-05-12 06:15:14Z mike $".
+ * End of "$Id: rastertolabel.c 10430 2012-04-23 18:07:59Z mike $".
*/