diff --git a/reactos/subsys/system/cmd/prompt.c b/reactos/subsys/system/cmd/prompt.c index 6477c2071b3..94147549061 100644 --- a/reactos/subsys/system/cmd/prompt.c +++ b/reactos/subsys/system/cmd/prompt.c @@ -133,8 +133,11 @@ VOID PrintPrompt(VOID) ConOutChar (_T('=')); break; - case _T('T'): - //PrintTime (); + case _T('S'): + ConOutChar (_T(' ')); + break; + + case _T('T'): { TCHAR szTime[32]; GetTimeFormat(LOCALE_USER_DEFAULT, 0, NULL, NULL,szTime, sizeof(szTime));