]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x change.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 11 Aug 2003 18:40:58 +0000 (18:40 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 11 Aug 2003 18:40:58 +0000 (18:40 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3866 7a7537e8-13f0-0310-91df-b6672ffda945

filter/pstops.c

index ae339e3da616cfe7379a74df822e283fe881dbe9..9ac12ca678819e76b1bc8e5b565fcc3734e30e62 100644 (file)
@@ -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 $".
  */