mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
[CMD] Fix '?' command output by adding a missing new-line. CORE-14016
Patch by Doug Lyons.
This commit is contained in:
parent
067bb2fcef
commit
cfcca53856
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ VOID PrintCommandList(VOID)
|
||||||
if (++y == 8)
|
if (++y == 8)
|
||||||
{
|
{
|
||||||
ConOutPuts(cmdptr->name);
|
ConOutPuts(cmdptr->name);
|
||||||
|
ConOutChar(_T('\n'));
|
||||||
y = 0;
|
y = 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue