diff options
Diffstat (limited to 'sanei/sanei_pv8630.c')
-rw-r--r-- | sanei/sanei_pv8630.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sanei/sanei_pv8630.c b/sanei/sanei_pv8630.c index 5f3c2af..2bbc0f4 100644 --- a/sanei/sanei_pv8630.c +++ b/sanei/sanei_pv8630.c @@ -87,7 +87,8 @@ sanei_pv8630_read_byte (int fd, SANEI_PV_Index index, SANE_Byte * byte) { SANE_Status status; - DBG(DBG_info, "sanei_pv8630_read_byte - index=%d, byte=%p\n", index, byte); + DBG(DBG_info, "sanei_pv8630_read_byte - index=%d, byte=%p\n", + index, (void *) byte); status = sanei_usb_control_msg (fd, 0xc0, PV8630_REQ_READBYTE, 0, index, 1, byte); |