Commit 7777d61f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comdlg32: Add a trailing '\n' to a TRACE() call.

parent 07436dd4
......@@ -993,7 +993,7 @@ static LRESULT ctrl_container_on_create(HWND hwnd, CREATESTRUCTW *crs)
static LRESULT ctrl_container_on_wm_destroy(FileDialogImpl *This)
{
customctrl *cur1, *cur2;
TRACE("%p", This);
TRACE("%p\n", This);
LIST_FOR_EACH_ENTRY_SAFE(cur1, cur2, &This->cctrls, customctrl, entry)
{
......
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