[CMD]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 1 May 2012 21:03:06 +0000 (21:03 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 1 May 2012 21:03:06 +0000 (21:03 +0000)
Fix a typo

svn path=/trunk/; revision=56472

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;
 }