mirror of
https://github.com/acpica/acpica/
synced 2025-01-28 20:25:25 +03:00
Removed extraneous semicolon
date 2000.09.05.22.40.00; author rmoore1; state Exp;
This commit is contained in:
parent
b868c3e27b
commit
937d20771a
@ -1,6 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: cmxface - External interfaces for "global" ACPI functions
|
||||
* $Revision: 1.44 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -126,7 +127,7 @@
|
||||
|
||||
|
||||
#define _COMPONENT MISCELLANEOUS
|
||||
MODULE_NAME ("cmxface");
|
||||
MODULE_NAME ("cmxface")
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
@ -313,7 +314,7 @@ AcpiGetSystemInfo (
|
||||
/* Current status of the ACPI tables, per table type */
|
||||
|
||||
InfoPtr->NumTableTypes = NUM_ACPI_TABLES;
|
||||
for (i = 0; i < NUM_ACPI_TABLES; i++);
|
||||
for (i = 0; i < NUM_ACPI_TABLES; i++)
|
||||
{
|
||||
InfoPtr->TableInfo[i].Count = AcpiGbl_AcpiTables[i].Count;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user