Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 5, 2025
1 parent 54263a0 commit 21b8ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ namespace logging
try
{
debug_log(IsUnicode? string(debug_message<wchar_t>(Ptr, Size)) : encoding::ansi::get_chars(debug_message<char>(Ptr, Size)), Level);
; }
}
catch (...)
{
}
Expand Down

0 comments on commit 21b8ae1

Please sign in to comment.