Minor code review

This commit is contained in:
Chuck Walbourn
2018-01-18 15:02:05 -08:00
parent b872c3840f
commit 46e7ad7020
9 changed files with 19 additions and 19 deletions

View File

@@ -211,7 +211,7 @@ namespace
{
if (m_handle)
{
FILE_DISPOSITION_INFO info = {0};
FILE_DISPOSITION_INFO info = {};
info.DeleteFile = TRUE;
(void)SetFileInformationByHandle(m_handle, FileDispositionInfo, &info, sizeof(info));
}