Commit 312fa564 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

sane.ds: Replace FIXME() by TRACE() on sane_exit.

parent 0fad0895
......@@ -51,7 +51,7 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
}
case DLL_PROCESS_DETACH:
#ifdef HAVE_SANE
FIXME("calling sane_Exit()\n");
TRACE("calling sane_exit()\n");
sane_exit ();
#endif
SANE_instance = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment