patch from w3seek : compile with gcc4.1 again

svn path=/trunk/; revision=21486
This commit is contained in:
Magnus Olsen 2006-04-07 08:56:12 +00:00
parent a8c093ce5a
commit e9a89c2844

View file

@ -24,8 +24,8 @@ NewDocSelDlgProc(HWND hDlg,
hInstance,
i))
{
ListBox_AddString(hList,
lpDocType);
(void)ListBox_AddString(hList,
lpDocType);
LocalFree((HLOCAL)lpDocType);
}
}