diff --git a/dlls/commdlg/filedlg95.c b/dlls/commdlg/filedlg95.c index 6fd64f95567..26c79150adb 100644 --- a/dlls/commdlg/filedlg95.c +++ b/dlls/commdlg/filedlg95.c @@ -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) {