summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fatal/fatal.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-30 08:04:13 +0100
committerLioncash <mathew1800@gmail.com>2019-03-30 08:04:16 +0100
commit11505d3d9fbb0421f98decd3c5e8754939573eb6 (patch)
tree00a1275c3d84dd049abe860048779ced4e54c1eb /src/core/hle/service/fatal/fatal.cpp
parentservice/fatal: Name FatalInfo structure members (diff)
downloadyuzu-11505d3d9fbb0421f98decd3c5e8754939573eb6.tar
yuzu-11505d3d9fbb0421f98decd3c5e8754939573eb6.tar.gz
yuzu-11505d3d9fbb0421f98decd3c5e8754939573eb6.tar.bz2
yuzu-11505d3d9fbb0421f98decd3c5e8754939573eb6.tar.lz
yuzu-11505d3d9fbb0421f98decd3c5e8754939573eb6.tar.xz
yuzu-11505d3d9fbb0421f98decd3c5e8754939573eb6.tar.zst
yuzu-11505d3d9fbb0421f98decd3c5e8754939573eb6.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/fatal/fatal.cpp2
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
case FatalType::ErrorReport:
GenerateErrorReport(error_code, info);
break;
- };
+ }
}
void Module::Interface::ThrowFatal(Kernel::HLERequestContext& ctx) {