Lost my train of thought while typing this.
This commit is contained in:
Curle 2020-11-22 00:43:32 +00:00
parent b384973379
commit 0dc444acfc
Signed by: TheCurle
GPG Key ID: 5942F13718443F79

View File

@ -124,7 +124,7 @@ static int ReadCharLiteral() {
case '"': return '"';
case '\'': return '\'';
default:
DieChar("Unknown Escape: ", c);
DieChar("Unknown Escape: ", Char);
}
}