mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 20:25:20 +00:00
Fix #1536
This commit is contained in:
@@ -291,7 +291,7 @@ static void SetSys (const char* Sys)
|
||||
break;
|
||||
|
||||
default:
|
||||
AbEnd ("Unknown target system type %d", Target);
|
||||
AbEnd ("Unknown target system '%s'", Sys);
|
||||
}
|
||||
|
||||
/* Initialize the translation tables for the target system */
|
||||
|
Reference in New Issue
Block a user