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:
parent
819c5b78f7
commit
416c2364e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user