2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

lm: Resolve -Wextra-semi warning

Resolves a trivial warning with clang.
This commit is contained in:
Lioncash 2021-04-23 09:20:52 -04:00
parent 607ff3489c
commit 6e2040c955

View file

@ -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