mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 02:05:48 +00:00
gameux/tests: Add a trailing '\n' to an ok() call.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5485189eb0
commit
85d970b7c8
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user