]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 23 Sep 2008 23:44:33 +0000 (23:44 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 23 Sep 2008 23:44:33 +0000 (23:44 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@7977 7a7537e8-13f0-0310-91df-b6672ffda945

filter/pstops.c

index f2a0793cd2626f2aae08fa526bee2e9c08cf560d..37d10ac64e473dc7151354afa0e9103aac0cbcdc 100644 (file)
@@ -1820,8 +1820,7 @@ copy_setup(cups_file_t  *fp,              /* I - File to read from */
        */
 
         if (doc->number_up == 1 && !doc->fitplot)
-         doc->num_options = include_feature(ppd, line, num_options,
-                                             &options);
+         num_options = include_feature(ppd, line, num_options, &options);
       }
       else if (strncmp(line, "%%BeginSetup", 12))
         doc_write(doc, line, linelen);