]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-support.c
Cleanup.
[thirdparty/cups.git] / cups / http-support.c
index 3ce38885ef923a34a976f2d82258ee26dc0b91ba..eebba9906e2bbaf376635e83dc90a08f1fd3c204 100644 (file)
@@ -1322,7 +1322,7 @@ _httpSetDigestAuthString(
   size_t       hashsize;               /* Size of hash */
 
 
-  DEBUG_printf(("2_httpSetDigestAuthString(http=%p, nonce=\"%s\", method=\"%s\", resource=\"%s\")", http, nonce, method, resource));
+  DEBUG_printf(("2_httpSetDigestAuthString(http=%p, nonce=\"%s\", method=\"%s\", resource=\"%s\")", (void *)http, nonce, method, resource));
 
   if (nonce && *nonce && strcmp(nonce, http->nonce))
   {