]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the tailing ',' and redudant ';' to ensure the code pass EBC's -Za option...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Jun 2008 10:06:19 +0000 (10:06 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Jun 2008 10:06:19 +0000 (10:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5326 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/IndustryStandard/IScsiBootFirmwareTable.h
MdePkg/Include/IndustryStandard/Usb.h
MdePkg/Include/Ppi/Decompress.h

index d47430b82fae4152a23e8bf27695aac83995399d..ec31e6188cdaba598bff215ffb078fbb8ce25bf0 100644 (file)
@@ -28,7 +28,7 @@ enum {
   EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_INITIATOR_STRUCTURE_ID,\r
   EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_NIC_STRUCTURE_ID,\r
   EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE_ID,\r
-  EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_EXTERNSIONS_STRUCTURE_ID,\r
+  EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_EXTERNSIONS_STRUCTURE_ID\r
 };\r
 \r
 enum {\r
index 0c251142a9fdfff15eb27e4dcea8836db313e25a..f64d96c87c3dc37baa95312384dda1511849a7f1 100644 (file)
@@ -190,7 +190,7 @@ enum {
   //\r
   //Use 200 ms to increase the error handling response time\r
   //\r
-  EFI_USB_INTERRUPT_DELAY = 2000000,\r
+  EFI_USB_INTERRUPT_DELAY = 2000000\r
 };\r
 \r
 \r
index 87b893ccd2724884252fc3f3b04efe3b9f9cfb62..51ef963246c7b8d5da584f33cd4c55419ff2ba4a 100644 (file)
@@ -21,7 +21,7 @@
 #define EFI_PEI_DECOMPRESS_PPI_GUID \\r
   { 0x1a36e4e7, 0xfab6, 0x476a, { 0x8e, 0x75, 0x69, 0x5a, 0x5, 0x76, 0xfd, 0xd7 } }\r
 \r
-typedef struct _EFI_PEI_DECOMPRESS_PPI  EFI_PEI_DECOMPRESS_PPI;;\r
+typedef struct _EFI_PEI_DECOMPRESS_PPI  EFI_PEI_DECOMPRESS_PPI;\r
 \r
 /**                                                              \r
   Decompresses the data in a compressed section and returns it\r