summaryrefslogtreecommitdiff
path: root/systemv/cupsaccept.c
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-01-16 09:31:01 -0500
committerMichael R Sweet <michaelrsweet@gmail.com>2017-01-16 09:31:01 -0500
commit57b7b66b58a66426494ec13ffb18f730afeab8b5 (patch)
treeb1456a4f54d730c06204d1b1f51d8ccffce9fa5f /systemv/cupsaccept.c
parentda18a4b093a02c66f3ccbd48e11d3e11b1ed2e27 (diff)
Fix source file header text duplication text duplication.
Bump copyright to 2017 in web interface and README files.
Diffstat (limited to 'systemv/cupsaccept.c')
-rw-r--r--systemv/cupsaccept.c4
1 files changed, 2 insertions, 2 deletions
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;