Francois Gouget : inetmib1/tests: Add a trailing '\n' to an ok() call.
Module: wine Branch: master Commit: 899cb20eb9f5b173a37483c198b3fac9246ef9a7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=899cb20eb9f5b173a37483c198... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Feb 12 10:28:38 2014 +0100 inetmib1/tests: Add a trailing '\n' to an ok() call. --- dlls/inetmib1/tests/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/inetmib1/tests/main.c b/dlls/inetmib1/tests/main.c index 29876b1..d7739f1 100644 --- a/dlls/inetmib1/tests/main.c +++ b/dlls/inetmib1/tests/main.c @@ -30,7 +30,7 @@ static HMODULE init_test_functions(void) { HMODULE mod = LoadLibraryA("inetmib1"); - ok(mod != NULL, "failed to load inetmib1.dll"); + ok(mod != NULL, "failed to load inetmib1.dll\n"); if (!mod) return NULL;
participants (1)
-
Alexandre Julliard