mirror of https://github.com/acidanthera/audk.git
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:
parent
e2336e3968
commit
c56f51245c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue