1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-05 09:29:37 +00:00
This commit is contained in:
polluks2 2021-06-07 20:56:24 +00:00 committed by Oliver Schmidt
parent 1c16e46f23
commit ed9f9ccbab

View File

@ -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 */