summaryrefslogtreecommitdiffstats
path: root/source/compiler/aslerror.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-06-20 17:51:04 +0000
committerjkim <jkim@FreeBSD.org>2012-06-20 17:51:04 +0000
commit2276af3c12160e6d7e3e06b506bf4ae5c9e8c420 (patch)
treef634c2ad6dfa6f49c5aaabc64f8bb79b74dda5a7 /source/compiler/aslerror.c
parent291c27508808bb5c9ab780eb971fe958491f1468 (diff)
downloadFreeBSD-src-2276af3c12160e6d7e3e06b506bf4ae5c9e8c420.zip
FreeBSD-src-2276af3c12160e6d7e3e06b506bf4ae5c9e8c420.tar.gz
Import ACPICA 20120620.
Diffstat (limited to 'source/compiler/aslerror.c')
-rw-r--r--source/compiler/aslerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslerror.c b/source/compiler/aslerror.c
index cd0875d..e00f5e4 100644
--- a/source/compiler/aslerror.c
+++ b/source/compiler/aslerror.c
@@ -341,7 +341,7 @@ AePrintException (
if (Gbl_VerboseErrors)
{
- fprintf (OutputFile, "%s %4.4d - ",
+ fprintf (OutputFile, "%s %4.4d -",
AslErrorLevel[Enode->Level],
Enode->MessageId + ((Enode->Level+1) * 1000));
}
OpenPOWER on IntegriCloud