Commit e9e76d82 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 582f2640
......@@ -191,7 +191,7 @@ static LRESULT CALLBACK test_customize_dlgproc(HWND hwnd, UINT message, WPARAM w
case IDT_CLOSEDIALOG:
/* Calling IFileDialog_Close here does not work */
br = PostMessageW(hwnd, WM_COMMAND, IDCANCEL, 0);
ok(br, "Failed");
ok(br, "Failed\n");
return TRUE;
}
}
......
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