mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +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:
parent
040475613e
commit
c285fe7788
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user