mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 20:55:45 +00:00
service/fatal: Remove unnecessary semicolon
Resolves a -Wextra-semi warning.
This commit is contained in:
parent
a590686285
commit
f5a9c8de08
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ static void ThrowFatalError(ResultCode error_code, FatalType fatal_type, const F
|
||||||
case FatalType::ErrorReport:
|
case FatalType::ErrorReport:
|
||||||
GenerateErrorReport(error_code, info);
|
GenerateErrorReport(error_code, info);
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Module::Interface::ThrowFatal(Kernel::HLERequestContext& ctx) {
|
void Module::Interface::ThrowFatal(Kernel::HLERequestContext& ctx) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue