mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
Renamed x65 to xo65
git-svn-id: svn://svn.cc65.org/cc65/trunk@242 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
80e1e6f673
commit
a01a9429ba
@ -184,7 +184,7 @@ static void DumpFile (const char* Name)
|
||||
if (Magic != OBJ_MAGIC) {
|
||||
|
||||
/* Unknown format */
|
||||
printf ("%s: (no x65 object file)\n", Name);
|
||||
printf ("%s: (no xo65 object file)\n", Name);
|
||||
|
||||
} else if (What == 0) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user