From c6ec77e29aa3a68a1c8d131ea15b2ad33b92ddcf Mon Sep 17 00:00:00 2001 From: Cryptiiiic Date: Sun, 29 Dec 2024 20:40:33 -0800 Subject: [PATCH] Remove comma --- libpatchfinder/machopatchfinder64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpatchfinder/machopatchfinder64.cpp b/libpatchfinder/machopatchfinder64.cpp index 7528438..ec8219b 100644 --- a/libpatchfinder/machopatchfinder64.cpp +++ b/libpatchfinder/machopatchfinder64.cpp @@ -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;