Changed an error message
git-svn-id: svn://svn.cc65.org/cc65/trunk@679 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2eab65ad24
commit
e07945e9fc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ void DoGoto (void)
|
||||||
/* Label name must follow */
|
/* Label name must follow */
|
||||||
if (curtok != TOK_IDENT) {
|
if (curtok != TOK_IDENT) {
|
||||||
|
|
||||||
Error ("Identifier expected");
|
Error ("Label name expected");
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue