mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
commit
37d0c4066c
@ -196,7 +196,7 @@ static void StrVal (void)
|
||||
|
||||
default:
|
||||
CfgWarning (&CfgErrorPos,
|
||||
"Unkown escape sequence '%%%c'", C);
|
||||
"Unknown escape sequence '%%%c'", C);
|
||||
SB_AppendChar (&CfgSVal, '%');
|
||||
SB_AppendChar (&CfgSVal, C);
|
||||
NextChar ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user