]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/error.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / filter / error.c
index 39cd10391ab729320673c5104f58868260e563ce..47cc539e2166e039296b13be0e1bf818c2429496 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * Raster error handling for CUPS.
  *
  * Copyright 2007-2015 by Apple Inc.
@@ -209,7 +207,7 @@ get_error_buffer(void)
     buf = calloc(1, sizeof(_cups_raster_error_t));
     pthread_setspecific(raster_key, buf);
 
-    DEBUG_printf(("4get_error_buffer: buf=%p", buf));
+    DEBUG_printf(("4get_error_buffer: buf=%p", (void *)buf));
   }
 
  /*
@@ -272,8 +270,3 @@ get_error_buffer(void)
   return (&buf);
 }
 #endif /* HAVE_PTHREAD_H */
-
-
-/*
- * End of "$Id$".
- */