wine/dlls/advpack/tests advpack.c

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 23 13:25:20 CST 2005


ChangeSet ID:	21422
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/23 13:25:20

Modified files:
	dlls/advpack/tests: advpack.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	Add trailing '\n' to trace() call.

Patch: http://cvs.winehq.org/patch.py?id=21422

Old revision  New revision  Changes     Path
 1.9           1.10          +1 -1       wine/dlls/advpack/tests/advpack.c

Index: wine/dlls/advpack/tests/advpack.c
diff -u -p wine/dlls/advpack/tests/advpack.c:1.9 wine/dlls/advpack/tests/advpack.c:1.10
--- wine/dlls/advpack/tests/advpack.c:1.9	23 Nov 2005 19:25:20 -0000
+++ wine/dlls/advpack/tests/advpack.c	23 Nov 2005 19:25:20 -0000
@@ -189,7 +189,7 @@ static void translateinfstring_test()
 
     if(hr == HRESULT_FROM_WIN32(ERROR_MOD_NOT_FOUND))
     {
-        trace("WinNT 3.51 detected. Skipping tests for TranslateInfString()");
+        trace("WinNT 3.51 detected. Skipping tests for TranslateInfString()\n");
         return;
     }
 



More information about the wine-cvs mailing list