fixed warnings when compiled with -Wwrite-strings
[reactos.git] / reactos / boot / freeldr / freeldr / arch / i386 / machpc.h
index 7a2a6eb..85c9ca8 100644 (file)
@@ -26,7 +26,7 @@
 #include "mm.h"
 #endif
 
-VOID PcMachInit(char *CmdLine);
+VOID PcMachInit(const char *CmdLine);
 
 VOID PcConsPutChar(int Ch);
 BOOL PcConsKbHit();