diff options
Diffstat (limited to 'source/components/parser/psopinfo.c')
-rw-r--r-- | source/components/parser/psopinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/parser/psopinfo.c b/source/components/parser/psopinfo.c index 28fa0ed2911b5..324d87a93f0f1 100644 --- a/source/components/parser/psopinfo.c +++ b/source/components/parser/psopinfo.c @@ -165,7 +165,7 @@ AcpiPsGetOpcodeInfo ( * ******************************************************************************/ -char * +const char * AcpiPsGetOpcodeName ( UINT16 Opcode) { |