fixing errors found in code review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9450 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -138,9 +138,10 @@ SHELL_INCOMPATIBLE_VERSION = 25,
|
||||
SHELL_SECURITY_VIOLATION = 26,
|
||||
|
||||
///
|
||||
/// A CRC error was detected.
|
||||
/// The function was performed and resulted in an unequal
|
||||
/// comparison..
|
||||
///
|
||||
SHELL_CRC_ERROR = 27
|
||||
SHELL_NOT_EQUAL = 27
|
||||
}SHELL_STATUS;
|
||||
|
||||
#endif //__SHELL_BASE__
|
Reference in New Issue
Block a user