Put a '\n' at the end of the FIXME to prevent very odd and difficult

to debug crashes due to overflowing of the debug info's output buffer.
This commit is contained in:
Chris Morgan 2001-01-28 23:09:11 +00:00 committed by Alexandre Julliard
parent 0395a4fba4
commit 1b77327515
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ HRESULT SendCustomDlgNotificationMessage(HWND hwndParentDlg, UINT uCode)
if(!fodInfos) return 0;
if(fodInfos->ofnInfos->Flags & OFN_UNICODE)
FIXME("sending OPENFILENAMEA structure. Hook is expecting OPENFILENAMEW!");
FIXME("sending OPENFILENAMEA structure. Hook is expecting OPENFILENAMEW!\n");
if(fodInfos->DlgInfos.hwndCustomDlg)
{