as6e: 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 583e8135f6
commit c67acb6918
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -626,7 +626,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
FILE *fp = NULL;
DBG_INIT ();
DBG (2, "sane_init (authorize = %p)\n", (void *) authorize);
DBG (2, "sane_init (authorize %s null)\n", (authorize) ? "!=" : "==");
if (version_code)
*version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, V_MINOR, 0);
/* fp = sanei_config_open (AS6E_CONFIG_FILE);*/