diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-11-01 02:09:52 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-11-01 02:09:52 +0000 |
commit | 4d4b15a0e8524e15826ac932bd05252dbd246422 (patch) | |
tree | 2733e92ee403325b88fed63fcb339890232290af /source/compiler/aslcompile.c | |
parent | 98117aa0347721c1b33897e435818da3673040ca (diff) |
Notes
Diffstat (limited to 'source/compiler/aslcompile.c')
-rw-r--r-- | source/compiler/aslcompile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslcompile.c b/source/compiler/aslcompile.c index e08442e06867..4ae190763cc9 100644 --- a/source/compiler/aslcompile.c +++ b/source/compiler/aslcompile.c @@ -858,7 +858,7 @@ CmCleanupAndExit ( if (AslGbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT) { - printf ("\nMaximum error count (%u) exceeded\n", + printf ("\nMaximum error count (%d) exceeded\n", ASL_MAX_ERROR_COUNT); } |