diff --git a/pcsx2/Patch.cpp b/pcsx2/Patch.cpp index 365aab2866..997c8f1cfc 100644 --- a/pcsx2/Patch.cpp +++ b/pcsx2/Patch.cpp @@ -449,8 +449,8 @@ bool Patch::PatchStringHasUnlabelledPatch(std::string pnach_data) foundPatch = true; } - return false; } + return false; } void Patch::ExtractPatchInfo(PatchInfoList* dst, const std::string& pnach_data, u32* num_unlabelled_patches)