diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-11-25 21:04:42 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-11-25 21:04:42 +0000 |
commit | b9098066cd6284319bca922f13e59517f774a103 (patch) | |
tree | f01fd6c9053cb01ed84c00cb42ee789adafceaf5 /source/components/utilities/uthex.c | |
parent | 1e24cf365bc9c8df179b145c90d52852724e54ee (diff) |
Notes
Diffstat (limited to 'source/components/utilities/uthex.c')
-rw-r--r-- | source/components/utilities/uthex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/utilities/uthex.c b/source/components/utilities/uthex.c index abbf5f4874f1..7ec8fe059e39 100644 --- a/source/components/utilities/uthex.c +++ b/source/components/utilities/uthex.c @@ -50,7 +50,7 @@ /* Hex to ASCII conversion table */ -static char AcpiGbl_HexToAscii[] = +static const char AcpiGbl_HexToAscii[] = { '0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F' }; |