From: uz Date: Tue, 30 Aug 2011 09:38:53 +0000 (+0000) Subject: The geos resource compiler was still called by its old name (Greg King). X-Git-Tag: V2.13.3~178 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f82cb4fb8cc55aa0dfea29c435d23bee75c94a6;p=cc65 The geos resource compiler was still called by its old name (Greg King). git-svn-id: svn://svn.cc65.org/cc65/trunk@5284 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cl65/main.c b/src/cl65/main.c index 735e9cc02..d5d1191cd 100644 --- a/src/cl65/main.c +++ b/src/cl65/main.c @@ -1279,7 +1279,7 @@ int main (int argc, char* argv []) CmdInit (&CA65, "ca65"); CmdInit (&CO65, "co65"); CmdInit (&LD65, "ld65"); - CmdInit (&GRC, "grc"); + CmdInit (&GRC, "grc65"); /* Our default target is the C64 instead of "none" */ Target = TGT_C64;