Make style.

This commit is contained in:
Thomas Sutter 2019-10-29 13:35:09 +01:00
commit eba19c0bd6
3 changed files with 19 additions and 14 deletions

View file

@ -482,7 +482,7 @@ static bool DetectWindowsAnsiSupport(void) {
HKEY hKey = NULL;
bool virtualTerminalLevelSet = false;
bool forceV2Set = false;
if (RegOpenKeyA(HKEY_CURRENT_USER, "Console", &hKey) == ERROR_SUCCESS) {
DWORD dwType = REG_SZ;
BYTE KeyValue[sizeof(dwType)];