mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix cmd build. Please check your changes before commiting.
svn path=/trunk/; revision=17623
This commit is contained in:
parent
b10d2b80c1
commit
fe417a79c4
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ VOID PrintPrompt(VOID)
|
|||
|
||||
INT cmd_prompt (LPTSTR cmd, LPTSTR param)
|
||||
{
|
||||
LPTSTR szParam;
|
||||
if (!_tcsncmp (param, _T("/?"), 2))
|
||||
{
|
||||
ConOutResPaging(TRUE,STRING_PROMPT_HELP1);
|
||||
|
|
Loading…
Reference in a new issue