]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/ShellProtocol.c
1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before referenced...
[mirror_edk2.git] / ShellPkg / Application / Shell / ShellProtocol.c
index 116e3f2060358525b5c0f61360891d2567e3a864..65c3c46a46a926ddb7af97b05c633579885974d2 100644 (file)
@@ -2995,9 +2995,12 @@ InternalEfiShellGetListAlias(
 /**\r
   Convert a null-terminated unicode string, in-place, to all lowercase.\r
   Then return it.\r
+  \r
+  @param  Str    The null-terminated string to be converted to all lowercase.\r
+  \r
+  @return        The null-terminated string converted into all lowercase.  \r
 **/\r
-STATIC\r
-CHAR16 *\r
+STATIC CHAR16 *\r
 ToLower (\r
   CHAR16 *Str\r
   )\r
@@ -3538,3 +3541,4 @@ InernalEfiShellStartMonitor(
   }\r
   return (Status);\r
 }\r
+\r