Use SDL_zeroa() appropriately

Sam Lantinga 2019-11-22 16:23:37 -08:00
parent 733f25252a
commit 6dce9733d9
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ WIN_IsXInputDevice(const GUID* pGuidProductFromDirectInput)
VARIANT var;
HRESULT hr;
SDL_zero(pDevices);
SDL_zeroa(pDevices);
// Create WMI
hr = CoCreateInstance(&CLSID_WbemLocator,