Author: hbelusca
Date: Sun Jun 30 15:28:40 2013
New Revision: 59395
URL:
http://svn.reactos.org/svn/reactos?rev=59395&view=rev
Log:
[CMD]
Fix the "TYPE" command (now behaves as on Windows)
Modified:
trunk/reactos/base/shell/cmd/type.c
Modified: trunk/reactos/base/shell/cmd/type.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/type.c?rev=…
==============================================================================
--- trunk/reactos/base/shell/cmd/type.c [iso-8859-1] (original)
+++ trunk/reactos/base/shell/cmd/type.c [iso-8859-1] Sun Jun 30 15:28:40 2013
@@ -128,12 +128,10 @@
}
}
- ConOutPuts(_T("\n"));
CloseHandle(hFile);
}
- freep (argv);
-
+ freep(argv);
return 0;
}