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

This commit is contained in:
Marcus Meissner 2006-06-02 22:03:01 +02:00 committed by Alexandre Julliard
parent 0fad0895d7
commit 312fa564db
1 changed files with 1 additions and 1 deletions

View File

@ -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;