mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-06 17:42:14 +02:00
settings: fix duplicate object name
This commit is contained in:
parent
469e3290f6
commit
db55e9f6b1
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user