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;