diff options
Diffstat (limited to 'ShellPkg/Application/Shell')
-rw-r--r-- | ShellPkg/Application/Shell/ShellParametersProtocol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c index 238ccd9681..b90a2c32bb 100644 --- a/ShellPkg/Application/Shell/ShellParametersProtocol.c +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c @@ -455,6 +455,8 @@ IsUnicodeFile( Strips out quotes sections of a string.
All of the characters between quotes is replaced with spaces.
+
+ @param[in,out] TheString A pointer to the string to update.
**/
VOID
EFIAPI
|