edk2/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c:

Cleanup comment.  The old code creates a warning from
  gcc under certain language adherence modes regarding
  'multi-line' comments.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4706 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2008-02-19 19:33:41 +00:00
parent e2336e3968
commit c56f51245c
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ InitializeRequestElement (
if ((Question->Operand == EFI_IFR_PASSWORD_OP) && (Question->QuestionFlags & EFI_IFR_FLAG_CALLBACK)) {
//
// Password with CALLBACK flag is stored in encoded format,
// so don't need to append it to <ConfigRequest>\
// so don't need to append it to <ConfigRequest>
//
return EFI_SUCCESS;
}