]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cert.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / scheduler / cert.c
index 2a05f729e517317e9e52d7b28b1dc51646e6c5e6..17f5bd5dc5befb1db43af77d65b562c29dda4558 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Authentication certificate routines for the CUPS scheduler.
  *
  * Copyright 2007-2015 by Apple Inc.
@@ -440,12 +438,11 @@ ctcompare(const char *a,          /* I - First string */
 
 
   while (*a && *b)
+  {
     result |= *a ^ *b;
+    a ++;
+    b ++;
+  }
 
   return (result);
 }
-
-
-/*
- * End of "$Id$".
- */