]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/genstrings.cxx
Add support for cross-compilation (Issue #4897)
[thirdparty/cups.git] / ppdc / genstrings.cxx
index 8d0061ba0e5377209deacbdb9110d130181cb4fe..e2cf85acb400cd9cfe646d474cee952bc734913f 100644 (file)
@@ -1,6 +1,4 @@
 //
-// "$Id$"
-//
 // GNU gettext message generator for the CUPS PPD Compiler.
 //
 // This program is used to generate a dummy source file containing all of
@@ -13,7 +11,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/".
 //
 // Usage:
 //
@@ -201,8 +199,3 @@ write_cstring(const char *s)                /* I - String to write */
   }
   puts("\");");
 }
-
-
-//
-// End of "$Id$".
-//