[PATCH] gameux/tests: Add a trailing '\n' to an ok() call

Alex Henrie alexhenrie24 at gmail.com
Thu Jan 4 23:01:48 CST 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/gameux/tests/gameexplorer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gameux/tests/gameexplorer.c b/dlls/gameux/tests/gameexplorer.c
index 1ef7a780de..05c2a1104f 100644
--- a/dlls/gameux/tests/gameexplorer.c
+++ b/dlls/gameux/tests/gameexplorer.c
@@ -454,7 +454,7 @@ static void _findGameInstanceId(int line,
             ++dwMaxSubKeyLen; /* for string terminator */
             lpName = CoTaskMemAlloc(dwMaxSubKeyLen*sizeof(WCHAR));
             if(!lpName) hr = E_OUTOFMEMORY;
-            ok_(__FILE__, line)(SUCCEEDED(hr), "cannot allocate memory for key name");
+            ok_(__FILE__, line)(SUCCEEDED(hr), "cannot allocate memory for key name\n");
         }
 
         if(SUCCEEDED(hr))
-- 
2.15.1




More information about the wine-devel mailing list