1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 12:00:06 +00:00

Fix -Wextra-semi-stmt warning' (#450)

This commit is contained in:
Chuck Walbourn 2024-02-05 13:35:44 -08:00 committed by GitHub
parent 819c5b78f7
commit 416c2364e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2113,7 +2113,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
wprintf(L"\n <mode>: ");
PrintList(14, s_pXGModes);
return 1;
};
}
XGSetHardwareVersion(static_cast<XG_HARDWARE_VERSION>(mode));
break;