summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-04-23 15:20:52 +0200
committerLioncash <mathew1800@gmail.com>2021-04-23 15:20:54 +0200
commit6e2040c9551422307920a708773e0099222470a6 (patch)
tree95bfd0b6cb61157c51c5ef6c8d8efe48ffa95735
parentMerge pull request #6223 from lat9nq/ffmpeg-external-fixes (diff)
downloadyuzu-6e2040c9551422307920a708773e0099222470a6.tar
yuzu-6e2040c9551422307920a708773e0099222470a6.tar.gz
yuzu-6e2040c9551422307920a708773e0099222470a6.tar.bz2
yuzu-6e2040c9551422307920a708773e0099222470a6.tar.lz
yuzu-6e2040c9551422307920a708773e0099222470a6.tar.xz
yuzu-6e2040c9551422307920a708773e0099222470a6.tar.zst
yuzu-6e2040c9551422307920a708773e0099222470a6.zip
-rw-r--r--src/core/hle/service/lm/lm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/lm/lm.cpp b/src/core/hle/service/lm/lm.cpp
index 7d7542fc2..70f5272af 100644
--- a/src/core/hle/service/lm/lm.cpp
+++ b/src/core/hle/service/lm/lm.cpp
@@ -46,7 +46,7 @@ struct hash<Service::LM::LogPacketHeaderEntry> {
boost::hash_combine(seed, k.severity);
boost::hash_combine(seed, k.verbosity);
return seed;
- };
+ }
};
} // namespace std