From: mike Date: Mon, 11 Aug 2003 18:40:58 +0000 (+0000) Subject: Mirror 1.1.x change. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21de73bd2212e47c9eb18781c137ad9684f2076d;p=thirdparty%2Fcups.git Mirror 1.1.x change. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3866 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/filter/pstops.c b/filter/pstops.c index ae339e3da6..9ac12ca678 100644 --- a/filter/pstops.c +++ b/filter/pstops.c @@ -1,5 +1,5 @@ /* - * "$Id: pstops.c,v 1.54.2.43 2003/08/07 14:56:00 mike Exp $" + * "$Id: pstops.c,v 1.54.2.44 2003/08/11 18:40:58 mike Exp $" * * PostScript filter for the Common UNIX Printing System (CUPS). * @@ -448,7 +448,7 @@ main(int argc, /* I - Number of command-line arguments */ */ if (Duplex) - puts("%%Requirements: duplex\n"); + puts("%%Requirements: duplex"); /* * Apple uses RBI comments for various non-PPD options... @@ -1890,5 +1890,5 @@ start_nup(int number, /* I - Page number */ /* - * End of "$Id: pstops.c,v 1.54.2.43 2003/08/07 14:56:00 mike Exp $". + * End of "$Id: pstops.c,v 1.54.2.44 2003/08/11 18:40:58 mike Exp $". */