]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cupsfilter.c
Import CUPS v2.0.2
[thirdparty/cups.git] / scheduler / cupsfilter.c
index 75300fb9a8d91cab7145b6340c3dc63391d4adc6..ebe035bc16d013357d94aa1090bc9d84e3b822eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: cupsfilter.c 11770 2014-03-28 14:49:58Z msweet $"
+ * "$Id: cupsfilter.c 12303 2014-12-09 16:16:07Z msweet $"
  *
  * Filtering program for CUPS.
  *
@@ -178,7 +178,7 @@ main(int  argc,                             /* I - Number of command-line args */
        if (i < argc && !infile)
          infile = argv[i];
        else
-         usage(opt);
+         usage(NULL);
       }
       else
       {
@@ -1501,5 +1501,5 @@ usage(const char *opt)                    /* I - Incorrect option, if any */
 
 
 /*
- * End of "$Id: cupsfilter.c 11770 2014-03-28 14:49:58Z msweet $".
+ * End of "$Id: cupsfilter.c 12303 2014-12-09 16:16:07Z msweet $".
  */