sane.ds: Replace FIXME() by TRACE() on sane_exit.
This commit is contained in:
parent
0fad0895d7
commit
312fa564db
|
@ -51,7 +51,7 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||||
}
|
}
|
||||||
case DLL_PROCESS_DETACH:
|
case DLL_PROCESS_DETACH:
|
||||||
#ifdef HAVE_SANE
|
#ifdef HAVE_SANE
|
||||||
FIXME("calling sane_Exit()\n");
|
TRACE("calling sane_exit()\n");
|
||||||
sane_exit ();
|
sane_exit ();
|
||||||
#endif
|
#endif
|
||||||
SANE_instance = NULL;
|
SANE_instance = NULL;
|
||||||
|
|
Loading…
Reference in New Issue