From 6f98061e571e0663213d274c564d26136d8bd388 Mon Sep 17 00:00:00 2001 From: jmarlin Date: Wed, 29 Jul 2015 18:23:14 -0400 Subject: [PATCH] #549 stupid typos --- Source/Project64/N64 System/Mips/Memory Labels Class.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64/N64 System/Mips/Memory Labels Class.cpp b/Source/Project64/N64 System/Mips/Memory Labels Class.cpp index 62fba4f7d..6e2892bf4 100644 --- a/Source/Project64/N64 System/Mips/Memory Labels Class.cpp +++ b/Source/Project64/N64 System/Mips/Memory Labels Class.cpp @@ -31,7 +31,7 @@ DWORD CMemoryLabel::AsciiToHex (char * HexValue) else { if(Current < 'A') - Current += 'A' + Current += 'A' - 'a'; if (Current >= 'A' && Current <= 'F') {