Explorar o código

hle: kernel: k_memory_region_type: Remove extra ".

bunnei %!s(int64=5) %!d(string=hai) anos
pai
achega
fc5205fc84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/kernel/k_memory_region_type.h

+ 1 - 1
src/core/hle/kernel/k_memory_region_type.h

@@ -279,7 +279,7 @@ static_assert(KMemoryRegionType_BoardDeviceBase.GetValue() == 0x5);
 #if defined(ARCH_ARM64)
 #include "core/hle/kernel/arch/arm64/k_memory_region_device_types.inc"
 #elif defined(ARCH_ARM)
-#error "Unimplemented""
+#error "Unimplemented"
 #else
 // Default to no architecture devices.
 constexpr auto NumArchitectureDeviceRegions = 0;