summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbcmds.c
diff options
context:
space:
mode:
authorrmoore1 <rmoore1>2006-08-31 16:29:36 +0000
committerrmoore1 <rmoore1>2006-08-31 16:29:36 +0000
commitc89da1055c052a3dcea9589d9dee5ea9ca748943 (patch)
tree67200b6d037e3fa5eca9b98d74db17efee670edc /source/components/debugger/dbcmds.c
parented4bb767537d64ae5530f48ae19d0cd4e9f4fb72 (diff)
downloadacpica-c89da1055c052a3dcea9589d9dee5ea9ca748943.tar.gz
ACPICA: Automated code cleanup
Diffstat (limited to 'source/components/debugger/dbcmds.c')
-rw-r--r--source/components/debugger/dbcmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/debugger/dbcmds.c b/source/components/debugger/dbcmds.c
index c8b73d30c..b4bb2f7e4 100644
--- a/source/components/debugger/dbcmds.c
+++ b/source/components/debugger/dbcmds.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbcmds - debug commands and output routines
- * $Revision: 1.146 $
+ * $Revision: 1.147 $
*
******************************************************************************/
@@ -444,7 +444,7 @@ AcpiDbDisplayTableInfo (
/*
* Walk the root table list
*/
- for (i = 0; i < AcpiGbl_RootTableList.Count; i++)
+ for (i = 0; i < AcpiGbl_RootTableList.Count; i++)
{
TableDesc = &AcpiGbl_RootTableList.Tables[i];
AcpiOsPrintf ( "%4.4s at %p length %.5X",