diff options
| -rw-r--r-- | src/core/hle/service/fatal/fatal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/fatal/fatal.cpp b/src/core/hle/service/fatal/fatal.cpp index 5768b5ccc..8160a006a 100644 --- a/src/core/hle/service/fatal/fatal.cpp +++ b/src/core/hle/service/fatal/fatal.cpp | |||
| @@ -138,7 +138,7 @@ static void ThrowFatalError(ResultCode error_code, FatalType fatal_type, const F | |||
| 138 | case FatalType::ErrorReport: | 138 | case FatalType::ErrorReport: |
| 139 | GenerateErrorReport(error_code, info); | 139 | GenerateErrorReport(error_code, info); |
| 140 | break; | 140 | break; |
| 141 | }; | 141 | } |
| 142 | } | 142 | } |
| 143 | 143 | ||
| 144 | void Module::Interface::ThrowFatal(Kernel::HLERequestContext& ctx) { | 144 | void Module::Interface::ThrowFatal(Kernel::HLERequestContext& ctx) { |