comdlg32: Remove gratuitous "stub" from a TRACE message.

This commit is contained in:
Michael Stefaniuc 2012-09-11 12:11:18 +02:00 committed by Alexandre Julliard
parent faaf3d388e
commit c34baac0cb
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ static void COMDLG32_UpdateCurrentDir(const FileOpenDlgInfos *fodInfos)
/* copied from shell32 to avoid linking to it */
static BOOL COMDLG32_StrRetToStrNW (LPVOID dest, DWORD len, LPSTRRET src, LPCITEMIDLIST pidl)
{
TRACE("dest=%p len=0x%x strret=%p pidl=%p stub\n",dest,len,src,pidl);
TRACE("dest=%p len=0x%x strret=%p pidl=%p\n", dest , len, src, pidl);
switch (src->uType)
{