diff --git a/xtldr/string.c b/xtldr/string.c index 2da70a69..d815a3b5 100644 --- a/xtldr/string.c +++ b/xtldr/string.c @@ -9,7 +9,7 @@ #include -STATIC PUINT16 HexTable = L"0123456789abcdef"; +STATIC PUINT16 HexTable = L"0123456789ABCDEF"; /** * Compares two strings without sensitivity to case.