#549 stupid typos

This commit is contained in:
jmarlin 2015-07-29 18:23:14 -04:00
parent 8e75ec2ce7
commit 6f98061e57
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ DWORD CMemoryLabel::AsciiToHex (char * HexValue)
else
{
if(Current < 'A')
Current += 'A'
Current += 'A' - 'a';
if (Current >= 'A' && Current <= 'F')
{