]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/html.c
Fix source file header text duplication text duplication.
[thirdparty/cups.git] / cgi-bin / html.c
index e10e2d6a66448970aaa56d92731b5fe746c31813..1ddeb6a20ca905cb34c78cef23ef54961eced76f 100644 (file)
@@ -8,7 +8,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/".
  */
 
 /*
@@ -91,7 +91,7 @@ cgiFormEncode(char       *dst,                /* I - Destination string */
   for (dstptr = dst; *src && dstptr < dstend;)
   {
     switch (*src)
-    { 
+    {
       case ' ' :
          /*
          * Encode spaces with a "+"...