fixed warnings when compiled with -Wwrite-strings
[reactos.git] / reactos / boot / freeldr / freeldr / cmdline.c
index 66a28b6..b6f4293 100644 (file)
@@ -106,7 +106,7 @@ CmdLineParse(char *CmdLine)
     }
 }
 
-char *
+const char *
 CmdLineGetDefaultOS(void)
 {
   return CmdLineInfo.DefaultOperatingSystem;