shell32/tests: Spelling fix.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b81d3f069f
commit
8e548c41c1
|
@ -116,7 +116,7 @@ static void getstring_test(LPCWSTR assocName, HKEY progIdKey, ASSOCSTR str, LPCW
|
||||||
if (expected_string) {
|
if (expected_string) {
|
||||||
ok_(__FILE__, line)(hr == S_FALSE, "GetString returned 0x%x, expected S_FALSE\n", hr);
|
ok_(__FILE__, line)(hr == S_FALSE, "GetString returned 0x%x, expected S_FALSE\n", hr);
|
||||||
if (hr != S_FALSE) {
|
if (hr != S_FALSE) {
|
||||||
/* don't try to allocate memory using unitialized len */
|
/* don't try to allocate memory using uninitialized len */
|
||||||
IQueryAssociations_Release(assoc);
|
IQueryAssociations_Release(assoc);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue