summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPFunctions.cpp
diff options
context:
space:
mode:
authorTilka <tilkax@gmail.com>2024-08-21 01:52:16 +0100
committerGitHub <noreply@github.com>2024-08-21 01:52:16 +0100
commit7b8b733b11b18875cb702615dfabb852db024d52 (patch)
treeaac1bcc5de72be1637b5f64e3d39a73df8d9d450 /Source/Core/VideoCommon/BPFunctions.cpp
parent44f1a7586565307155b329d911a57fbf65785a57 (diff)
parent9602f36248edec803275128a0a327e3355f9472d (diff)
Merge pull request #13022 from tygyh/Remove-redundant-semicolons
Remove redundant semicolons
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
-rw-r--r--Source/Core/VideoCommon/BPFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp
index 6f9948a68e..ecb045e6ad 100644
--- a/Source/Core/VideoCommon/BPFunctions.cpp
+++ b/Source/Core/VideoCommon/BPFunctions.cpp
@@ -442,4 +442,4 @@ void SetInterlacingMode(const BPCmd& bp)
break;
}
}
-}; // namespace BPFunctions
+} // namespace BPFunctions