[FREELDR] Minor code formatting; constify some non-mutable data.
[reactos.git] / boot / freeldr / freeldr / ntldr / wlmemory.c
index 99a1c9d..8259c38 100644 (file)
@@ -17,7 +17,7 @@ DBG_DEFAULT_CHANNEL(WINDOWS);
 
 extern ULONG LoaderPagesSpanned;
 
-PCHAR  MemTypeDesc[]  = {
+static const PCSTR MemTypeDesc[] = {
     "ExceptionBlock    ", // ?
     "SystemBlock       ", // ?
     "Free              ",