mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +00:00
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
@ -56,7 +56,7 @@ void DoGoto (void)
|
||||
/* Label name must follow */
|
||||
if (curtok != TOK_IDENT) {
|
||||
|
||||
Error ("Identifier expected");
|
||||
Error ("Label name expected");
|
||||
|
||||
} else {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user