From ed9f9ccbabea58a2e2a688434290d0ad026acd13 Mon Sep 17 00:00:00 2001 From: polluks2 <74630735+polluks2@users.noreply.github.com> Date: Mon, 7 Jun 2021 20:56:24 +0000 Subject: [PATCH] Fix #1536 --- src/cc65/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc65/main.c b/src/cc65/main.c index 0b156fb74..5d1fd7487 100644 --- a/src/cc65/main.c +++ b/src/cc65/main.c @@ -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 */