summaryrefslogtreecommitdiff
path: root/cups/util.c
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-06-15 20:53:04 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-06-15 20:53:04 -0400
commit2a75f21b6a90dcb02b7333d3c17fd08a1c89a93e (patch)
treea9a054724fbfeb093ee4d2de3c4fa030f5e9106b /cups/util.c
parentac032efa3e54de42e1666bdf0f5c72a769f99b85 (diff)
downloadcups-2a75f21b6a90dcb02b7333d3c17fd08a1c89a93e.tar.gz
Sync up with changes from IPP sample code project.
Diffstat (limited to 'cups/util.c')
-rw-r--r--cups/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/util.c b/cups/util.c
index c7163c2e0..2f5ebdf44 100644
--- a/cups/util.c
+++ b/cups/util.c
@@ -985,7 +985,7 @@ cups_create_cb(
unsigned flags, /* I - Enumeration flags */
cups_dest_t *dest) /* I - Destination */
{
- DEBUG_printf(("2cups_create_cb(data=%p(%s), flags=%08x, dest=%p(%s))", data, data->name, flags, dest, dest->name));
+ DEBUG_printf(("2cups_create_cb(data=%p(%s), flags=%08x, dest=%p(%s))", (void *)data, data->name, flags, (void *)dest, dest->name));
(void)flags;