diff options
author | Jaben Carsey <jaben.carsey@intel.com> | 2013-12-12 17:55:37 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-12-12 17:55:37 +0000 |
commit | 321a8d494f19277f764b4a9128b898d10b6db01a (patch) | |
tree | 7b15357cdff26f202731f10c94b99bfd44eda33f /ShellPkg | |
parent | 71914406e894c462dc9255c7a18f9cbe3651b8f8 (diff) | |
download | edk2-platforms-321a8d494f19277f764b4a9128b898d10b6db01a.tar.xz |
ShellPkg: typo in the last commit.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14971 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Application/Shell/Shell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShellPkg/Application/Shell/Shell.c b/ShellPkg/Application/Shell/Shell.c index 660e0e5773..25c519c315 100644 --- a/ShellPkg/Application/Shell/Shell.c +++ b/ShellPkg/Application/Shell/Shell.c @@ -77,7 +77,8 @@ STATIC CONST CHAR16 mStartupScript[] = L"startup.nsh"; @retval A pointer to the | character in CmdLine or NULL if not present.
**/
-BOOLEAN
+CONST
+CHAR16*
EFIAPI
FindSplit(
IN CONST CHAR16 *CmdLine
|