[CMD] Fix '?' command output by adding a missing new-line. CORE-14016

Patch by Doug Lyons.
This commit is contained in:
Hermès Bélusca-Maïto 2017-11-16 21:27:27 +01:00
parent 067bb2fcef
commit cfcca53856
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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