Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Mar 27, 2023
1 parent aa16ec3 commit e8a4135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MrMapi/MrMAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ int wmain(_In_ int argc, _In_count_(argc) wchar_t* argv[])
registry::useGetPropList = true;
registry::parseNamedProps = true;
registry::cacheNamedProps = true;
registry::debugTag = static_cast<DWORD>(output::dbgLevel::Console); // Any debug logging with Console will print to the console now
registry::debugTag =
static_cast<DWORD>(output::dbgLevel::Console); // Any debug logging with Console will print to the console now

output::initStubCallbacks();

Expand Down

0 comments on commit e8a4135

Please sign in to comment.