From f5ba4007ae30597c5a8b5dde20f2e0bac3f4f7bc Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Mon, 18 Aug 2014 00:48:22 +0000 Subject: ShellPkg: Fix comments. Refine code style. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15815 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShellPkg/Library/UefiShellCommandLib') diff --git a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c index ebb84dd55e..2984da9699 100644 --- a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c +++ b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c @@ -215,7 +215,7 @@ ShellCommandLibDestructor ( } /** - Find a dynamic command protocol instance given a command name string + Find a dynamic command protocol instance given a command name string. @param CommandString the command name string @@ -277,7 +277,7 @@ ShellCommandDynamicCommandExists ( IN CONST CHAR16 *CommandString ) { - return (ShellCommandFindDynamicCommand(CommandString) != NULL); + return (BOOLEAN) ((ShellCommandFindDynamicCommand(CommandString) != NULL)); } /** -- cgit v1.2.3