Fix typo
Lost my train of thought while typing this.
This commit is contained in:
parent
b384973379
commit
0dc444acfc
|
@ -124,7 +124,7 @@ static int ReadCharLiteral() {
|
|||
case '"': return '"';
|
||||
case '\'': return '\'';
|
||||
default:
|
||||
DieChar("Unknown Escape: ", c);
|
||||
DieChar("Unknown Escape: ", Char);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user