]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cups-deviced.c
Also escape " in regex paths.
[thirdparty/cups.git] / scheduler / cups-deviced.c
index 73e93da0b8576c3cf6210ad4e60bb9a49bb616c6..13efa54ffdacfd51e5066fc788cc787a0bb34389 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Device scanning mini-daemon 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/".
  */
 
 /*
@@ -790,8 +788,3 @@ start_backend(const char *name,             /* I - Backend to run */
 
   return (0);
 }
-
-
-/*
- * End of "$Id$".
- */