diff --git a/ghost-core/src/memory.rs b/ghost-core/src/memory.rs index 7e0baaf..6c0e8c3 100644 --- a/ghost-core/src/memory.rs +++ b/ghost-core/src/memory.rs @@ -103,7 +103,7 @@ mod platform { let region_type = if mbi.Type == MEM_IMAGE { "IMAGE" } else if mbi.Type == MEM_MAPPED { - "MAPPED" + "MAPPED" } else if mbi.Type == MEM_PRIVATE { "PRIVATE" } else {