Keep consistent about the return value between the caller and callee.

Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15021 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Eric Dong
2013-12-26 04:19:37 +00:00
committed by ydong10
parent b8b5ff5acd
commit 80873def60
4 changed files with 10 additions and 8 deletions

View File

@@ -5062,6 +5062,8 @@ SaveReminder (
} else if (DataSavedAction == BROWSER_DISCARD_CHANGES) {
DiscardForm (NULL, NULL, SystemLevel);
break;
} else if (DataSavedAction == BROWSER_NO_CHANGES) {
break;
}
} while (1);