comdlg32: Add a trailing '\n' to a TRACE() call.
This commit is contained in:
parent
07436dd465
commit
7777d61ff4
|
@ -993,7 +993,7 @@ static LRESULT ctrl_container_on_create(HWND hwnd, CREATESTRUCTW *crs)
|
||||||
static LRESULT ctrl_container_on_wm_destroy(FileDialogImpl *This)
|
static LRESULT ctrl_container_on_wm_destroy(FileDialogImpl *This)
|
||||||
{
|
{
|
||||||
customctrl *cur1, *cur2;
|
customctrl *cur1, *cur2;
|
||||||
TRACE("%p", This);
|
TRACE("%p\n", This);
|
||||||
|
|
||||||
LIST_FOR_EACH_ENTRY_SAFE(cur1, cur2, &This->cctrls, customctrl, entry)
|
LIST_FOR_EACH_ENTRY_SAFE(cur1, cur2, &This->cctrls, customctrl, entry)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue