[CMD] Fix '?' command output by adding a missing new-line. CORE-14016
[reactos.git] / base / shell / cmd / cmdtable.c
index 83e7dae..8221f06 100644 (file)
@@ -253,6 +253,7 @@ VOID PrintCommandList(VOID)
             if (++y == 8)
             {
                 ConOutPuts(cmdptr->name);
+                ConOutChar(_T('\n'));
                 y = 0;
             }
             else