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

@@ -526,7 +526,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
DWORD dwFilterOpts = 0;
DWORD CrossFileType = WIC_CODEC_BMP;
wchar_t szOutputFile[MAX_PATH] = { 0 };
wchar_t szOutputFile[MAX_PATH] = {};
// Initialize COM (needed for WIC)
HRESULT hr = hr = CoInitializeEx(nullptr, COINIT_MULTITHREADED);