fix some minor warning for unix package
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2230 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -97,7 +97,7 @@ EFI_UNIX_UGA - Builds UGA Windows of Width and Height
|
||||
// Define GUID for the Unix Bus Driver
|
||||
//
|
||||
static EFI_GUID gUnixBusDriverGuid = {
|
||||
0x419f582, 0x625, 0x4531, 0x8a, 0x33, 0x85, 0xa9, 0x96, 0x5c, 0x95, 0xbc
|
||||
0x419f582, 0x625, 0x4531, {0x8a, 0x33, 0x85, 0xa9, 0x96, 0x5c, 0x95, 0xbc}
|
||||
};
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user