From fe417a79c40ca181addf21fd0ee346c4f7e78016 Mon Sep 17 00:00:00 2001 From: Andrew Munger Date: Sat, 3 Sep 2005 18:05:33 +0000 Subject: [PATCH] Fix cmd build. Please check your changes before commiting. svn path=/trunk/; revision=17623 --- reactos/subsys/system/cmd/prompt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/subsys/system/cmd/prompt.c b/reactos/subsys/system/cmd/prompt.c index 0ef0bac23bd..71a76de0d8d 100644 --- a/reactos/subsys/system/cmd/prompt.c +++ b/reactos/subsys/system/cmd/prompt.c @@ -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);