diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /filter/rastertolabel.c | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-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.c | 9 |
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 $". */ |