mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@203 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2311661a0e
commit
8972f1db97
@ -406,7 +406,7 @@ static void DoEndProc (void)
|
||||
|
||||
|
||||
static void DoError (void)
|
||||
/* Use error */
|
||||
/* User error */
|
||||
{
|
||||
if (Tok != TOK_STRCON) {
|
||||
ErrorSkip (ERR_STRCON_EXPECTED);
|
||||
|
Loading…
Reference in New Issue
Block a user