diff options
Diffstat (limited to 'source/tools/acpihelp/ahmain.c')
-rw-r--r-- | source/tools/acpihelp/ahmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/tools/acpihelp/ahmain.c b/source/tools/acpihelp/ahmain.c index 31748b2..07e162c 100644 --- a/source/tools/acpihelp/ahmain.c +++ b/source/tools/acpihelp/ahmain.c @@ -148,7 +148,7 @@ main ( break; case 's': - + DecodeType = AH_DECODE_ASL; break; @@ -171,7 +171,7 @@ main ( break; case AH_DECODE_AML_OPCODE: - + AhDecodeAmlOpcode (Name); break; |