PATCH: removed 1 fixme

Marcus Meissner marcus at jet.franken.de
Fri Jun 2 15:03:01 CDT 2006


Hi,

Ciao, Marcus

Changelog:
	replace FIXME() by TRACE() on sane_exit.

Index: dlls/sane.ds/sane_main.c
===================================================================
RCS file: /home/wine/wine/dlls/sane.ds/sane_main.c,v
retrieving revision 1.2
diff -u -r1.2 sane_main.c
--- dlls/sane.ds/sane_main.c	23 May 2006 12:48:34 -0000	1.2
+++ dlls/sane.ds/sane_main.c	2 Jun 2006 20:02:19 -0000
@@ -51,7 +51,7 @@
 	}
         case DLL_PROCESS_DETACH:
 #ifdef HAVE_SANE
-		FIXME("calling sane_Exit()\n");
+		TRACE("calling sane_exit()\n");
 	    sane_exit ();
 #endif 
 	    SANE_instance = NULL;



More information about the wine-patches mailing list