[CMD]
[reactos.git] / reactos / base / shell / cmd / echo.c
index 8743a91..e8114a7 100644 (file)
@@ -83,7 +83,7 @@ INT CommandEcho (LPTSTR param)
        {
                /* skip the first character */
                ConOutPuts(param + 1);
-               ConOutPuts("\n");
+               ConOutPuts(_T("\n"));
        }
        return 0;
 }