Browse Source

lm: Resolve -Wextra-semi warning

Resolves a trivial warning with clang.
nce_cpp
Lioncash 5 years ago
parent
commit
d9917dd09c
  1. 2
      src/core/hle/service/lm/lm.cpp

2
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

Loading…
Cancel
Save