X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=systemv%2Fcupsaccept.c;h=5e5c183883a4282b6857c225d779914a299678d9;hb=57b7b66b58a66426494ec13ffb18f730afeab8b5;hp=27f379df3fddc1be0bccf71d3407ec5b18627b27;hpb=b9574f5a28953bb4aea93e1a14bf9937b9218806;p=thirdparty%2Fcups.git diff --git a/systemv/cupsaccept.c b/systemv/cupsaccept.c index 27f379df3..5e5c18388 100644 --- a/systemv/cupsaccept.c +++ b/systemv/cupsaccept.c @@ -9,7 +9,7 @@ * property of Apple Inc. and are protected by Federal copyright * law. Distribution and use rights are outlined in the file "LICENSE.txt" * which should have been included with this file. If this file is - * file is missing or damaged, see the license at "http://www.cups.org/". + * missing or damaged, see the license at "http://www.cups.org/". */ /* @@ -108,7 +108,7 @@ main(int argc, /* I - Number of command-line arguments */ cupsSetUser(argv[i]); } break; - + case 'c' : /* Cancel jobs */ cancel = 1; break;