Correct one comment to match the function name.
Signed-off-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12864 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -22,7 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
typedef struct _EFI_FORM_BROWSER_EXTENSION_PROTOCOL EFI_FORM_BROWSER_EXTENSION_PROTOCOL;
|
typedef struct _EFI_FORM_BROWSER_EXTENSION_PROTOCOL EFI_FORM_BROWSER_EXTENSION_PROTOCOL;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Return value of EXIT_REMINDER() that describes whether the changed data is saved or discarded.
|
// Return value of SAVE_REMINDER() that describes whether the changed data is saved or discarded.
|
||||||
//
|
//
|
||||||
#define BROWSER_NO_CHANGES 0
|
#define BROWSER_NO_CHANGES 0
|
||||||
#define BROWSER_SAVE_CHANGES 1
|
#define BROWSER_SAVE_CHANGES 1
|
||||||
|
Reference in New Issue
Block a user