mirror of https://github.com/acidanthera/audk.git
Add CONST modifier to align with the global array of mUnicodeWidthTable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5465 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f80b0830db
commit
1654531a31
|
@ -210,7 +210,7 @@ GetGlyphWidth (
|
|||
UINTN Index;
|
||||
UINTN Low;
|
||||
UINTN High;
|
||||
UNICODE_WIDTH_ENTRY *Item;
|
||||
CONST UNICODE_WIDTH_ENTRY *Item;
|
||||
|
||||
Item = NULL;
|
||||
Low = 0;
|
||||
|
|
Loading…
Reference in New Issue