settings: fix duplicate object name
This commit is contained in:
@@ -21,7 +21,7 @@ namespace ams::settings::system {
|
|||||||
ErrorReportSharePermission GetErrorReportSharePermission() {
|
ErrorReportSharePermission GetErrorReportSharePermission() {
|
||||||
s32 perm = 0;
|
s32 perm = 0;
|
||||||
R_ABORT_UNLESS(settings::impl::GetErrorReportSharePermission(std::addressof(perm)));
|
R_ABORT_UNLESS(settings::impl::GetErrorReportSharePermission(std::addressof(perm)));
|
||||||
return static_cast<ErrorReportSharePermission>(model);
|
return static_cast<ErrorReportSharePermission>(perm);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user