summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbhistry.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-12-21 08:34:01 -0800
committerGitHub <noreply@github.com>2016-12-21 08:34:01 -0800
commit73b741b6055299f93d788fda15d134b5a228aec2 (patch)
tree340a5dfb83217a3e2013213abc6db1ddac2685f8 /source/components/debugger/dbhistry.c
parentb7dae343fbb8c392999a66f5e08be5744a5d07e2 (diff)
parent93d652bbfca28ff825d7d472e2a10fdda3189d3d (diff)
downloadacpica-73b741b6055299f93d788fda15d134b5a228aec2.tar.gz
Merge pull request #196 from zetalog/acpica-trivial
Acpica trivial
Diffstat (limited to 'source/components/debugger/dbhistry.c')
-rw-r--r--source/components/debugger/dbhistry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/debugger/dbhistry.c b/source/components/debugger/dbhistry.c
index a8a1eba13..0274e370a 100644
--- a/source/components/debugger/dbhistry.c
+++ b/source/components/debugger/dbhistry.c
@@ -248,7 +248,7 @@ AcpiDbDisplayHistory (
{
if (AcpiGbl_HistoryBuffer[HistoryIndex].Command)
{
- AcpiOsPrintf ("%3ld %s\n",
+ AcpiOsPrintf ("%3u %s\n",
AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum,
AcpiGbl_HistoryBuffer[HistoryIndex].Command);
}