summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2014-07-29 02:00:55 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2014-07-29 02:00:55 +0000
commit0d807dae4adf222ee0c1b3abe504c9a271a46062 (patch)
treebd7471e493220502dbfe8eecda17a1bd0d1ab6ad /ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c
parent3f35b140e14cf1e95ec9621adedaa29890ac4fc9 (diff)
downloadedk2-platforms-0d807dae4adf222ee0c1b3abe504c9a271a46062.tar.xz
Update code to support VS2013 tool chain.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15704 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c')
-rw-r--r--ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c
index bedd591c0d..ea414cbd6e 100644
--- a/ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c
+++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c
@@ -1,7 +1,7 @@
/** @file
Main file for Pause shell level 3 function.
- Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved. <BR>
+ Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved. <BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -40,6 +40,7 @@ ShellCommandRunPause (
ProblemParam = NULL;
ShellStatus = SHELL_SUCCESS;
+ Resp = NULL;
//
// initialize the shell lib (we must be in non-auto-init...)