]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/string.c
Fix .PHONY declaration
[thirdparty/cups.git] / cups / string.c
index 19d1224f4aa0ca1402cdb3633e66ba33d9b2570c..39a787f0ec427f459ad21c19865878186f43b88e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * String functions for CUPS.
  *
  * Copyright 2007-2014 by Apple Inc.
@@ -10,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/".
  *
  * This file is subject to the Apple OS-Developed Software exception.
  */
@@ -769,8 +767,3 @@ compare_sp_items(_cups_sp_item_t *a,        /* I - First item */
 {
   return (strcmp(a->str, b->str));
 }
-
-
-/*
- * End of "$Id$".
- */