Changed most "backticks" (grave accents) into apostrophes.
Quotations that are embraced by tick marks now look better, in most fonts.
This commit is contained in:
@@ -2687,7 +2687,7 @@ static void NextToken (InputData* D)
|
||||
break;
|
||||
|
||||
default:
|
||||
ParseError (D, CC65_ERROR, "Invalid input character `%c'", D->C);
|
||||
ParseError (D, CC65_ERROR, "Invalid input character '%c'", D->C);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user