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

This commit is contained in:
Francois Gouget 2011-06-11 20:20:50 +02:00 committed by Alexandre Julliard
parent 07436dd465
commit 7777d61ff4
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{