Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptiiiic committed Dec 30, 2024
1 parent 86aa783 commit c6ec77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpatchfinder/machopatchfinder64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ patchfinder64(takeOwnership)

machopatchfinder64::machopatchfinder64(machopatchfinder64 &&mv)
: patchfinder64(std::move(mv)),
__symtabs(mv.__symtabs),
__symtabs(mv.__symtabs)
{
_bufSize = mv._bufSize;
_buf = mv._buf;
Expand Down

0 comments on commit c6ec77e

Please # to comment.