From 484e640d43e6d9b63f3359a32321728f03f50f0e Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 13 May 2018 15:37:35 -0400 Subject: [PATCH] Removes stray non-ASCII typo. --- Analyser/Static/Commodore/File.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Analyser/Static/Commodore/File.cpp b/Analyser/Static/Commodore/File.cpp index 44c17aa86..87a364e25 100644 --- a/Analyser/Static/Commodore/File.cpp +++ b/Analyser/Static/Commodore/File.cpp @@ -21,7 +21,7 @@ bool Analyser::Static::Commodore::File::is_basic() { // [4 bytes: address of start of next line] // [4 bytes: this line number] // ... null-terminated code ... - // (with a next line address of 0000 indicating end of program)ß + // (with a next line address of 0000 indicating end of program) while(1) { if(static_cast(line_address - starting_address) >= data.size() + 2) break;