]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cupsfilter.c
Merge changes from CUPS 1.5b2-r9811.
[thirdparty/cups.git] / scheduler / cupsfilter.c
index 0eb9ea00f0ae98cfbade3f165585ca21d4ed5c08..b119b0b07824faf56fa7bf031c3ac812048a632d 100644 (file)
@@ -400,16 +400,13 @@ main(int  argc,                           /* I - Number of command-line args */
     return (1);
   }
 
+  prefilter_type = NULL;
+
   if (all_filters)
-  {
     printer_type = add_printer_filters(command, mime, printer, ppdfile,
                                       &prefilter_type);
-  }
   else
-  {
     printer_type   = mimeType(mime, "application", "vnd.cups-postscript");
-    prefilter_type = NULL;
-  }
 
  /*
   * Get the source and destination types...