diff options
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 $". */ |