Commit 85d970b7 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

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

parent 5485189e
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment