Fixed typo
This commit is contained in:
parent
230f4d3807
commit
9e9b3dbaca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue