1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00

Fixed a message output

git-svn-id: svn://svn.cc65.org/cc65/trunk@1236 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-04-09 19:04:11 +00:00
parent 040475613e
commit c285fe7788

View File

@ -164,7 +164,7 @@ void LoadChipLibrary (const char* LibName)
CollAppend (&ChipLibraries, L);
/* Print some information */
Print (stderr, 1, "Opened plugin library `%s'", L->PathName);
Print (stderr, 1, "Opened chip library `%s'\n", L->PathName);
}