canon_pp: fix sane_init() DBG() call wrt function pointer cast to void *

merge-requests/1/head
Julien BLACHE 2010-06-23 18:21:34 +02:00
rodzic 9c94a5b9aa
commit 32f2a2da18
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -150,8 +150,8 @@ sane_init (SANE_Int *vc, SANE_Auth_Callback cb)
DBG_INIT();
#if defined PACKAGE && defined VERSION
DBG(2, ">> sane_init(%p, %p): " PACKAGE " " VERSION "\n",
(const void*)vc, (const void*)cb);
DBG(2, ">> sane_init (version %s null, authorize %s null): " PACKAGE " " VERSION "\n",
(vc) ? "!=" : "==", (cb) ? "!=" : "==");
#endif
if(vc)