summaryrefslogtreecommitdiff
path: root/ShellPkg/Application
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Application')
-rw-r--r--ShellPkg/Application/Shell/ShellParametersProtocol.c1
-rw-r--r--ShellPkg/Application/Shell/ShellProtocol.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c
index 75704b4ae0..e052d24d5d 100644
--- a/ShellPkg/Application/Shell/ShellParametersProtocol.c
+++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c
@@ -609,7 +609,6 @@ RemoveFileTag(
@return Status code from ShellInfoObject.NewEfiShellProtocol->WriteFile.
**/
-STATIC
EFI_STATUS
WriteFileTag (
IN SHELL_FILE_HANDLE FileHandle
diff --git a/ShellPkg/Application/Shell/ShellProtocol.c b/ShellPkg/Application/Shell/ShellProtocol.c
index fb94a5b45e..9b7b893fe3 100644
--- a/ShellPkg/Application/Shell/ShellProtocol.c
+++ b/ShellPkg/Application/Shell/ShellProtocol.c
@@ -3187,7 +3187,7 @@ InternalEfiShellGetListAlias(
@return The null-terminated string converted into all lowercase.
**/
-STATIC CHAR16 *
+CHAR16 *
ToLower (
CHAR16 *Str
)