diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index 412e450a..a1a94f94 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -172,7 +172,7 @@ namespace ams::ldr::hoc::pcv { void WriteKipLoadToIram() { const u32 hocMagic = 0x686F634D; - constexpr uintptr_t LoadMagicAddress = 0x4003DC00 ; /* Should be a pretty safe address. */ + constexpr uintptr_t LoadMagicAddress = 0x4003DC00; /* Should be a pretty safe address. */ R_DISCARD(SmcCopyToIram(LoadMagicAddress, &hocMagic, sizeof(hocMagic))); }