From 2474e48aa74eda346f7bb35fb19225d48dc9dc82 Mon Sep 17 00:00:00 2001 From: xli24 Date: Wed, 25 Nov 2009 09:16:44 +0000 Subject: Fix unicode issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9485 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Include/Protocol/EfiShell.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShellPkg/Include') diff --git a/ShellPkg/Include/Protocol/EfiShell.h b/ShellPkg/Include/Protocol/EfiShell.h index 82d2281..f67ab82 100644 --- a/ShellPkg/Include/Protocol/EfiShell.h +++ b/ShellPkg/Include/Protocol/EfiShell.h @@ -788,9 +788,9 @@ EFI_STATUS this is stored in a volatile fashion. FALSE otherwise. @return If Alias is not NULL, it will return a pointer to the null-terminated command for that alias. - If Alias is NULL, ReturnedData points to a ‘;’ + If Alias is NULL, ReturnedData points to a ';' delimited list of alias (e.g. - ReturnedData = “dir;del;copy;mfp”) that is null-terminated. + ReturnedData = "dir;del;copy;mfp") that is null-terminated. @retval NULL An error ocurred. @retval NULL Alias was not a valid Alias. **/ -- cgit v1.1