Changed an error message
git-svn-id: svn://svn.cc65.org/cc65/trunk@679 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user