mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Make style.
This commit is contained in:
parent
83c629cbec
commit
eba19c0bd6
3 changed files with 19 additions and 14 deletions
|
@ -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)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue