From: cuz Date: Tue, 9 Apr 2002 19:04:11 +0000 (+0000) Subject: Fixed a message output X-Git-Tag: V2.12.0~2381 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c285fe7788422307bcf4fcb02196719b210e362a;p=cc65 Fixed a message output git-svn-id: svn://svn.cc65.org/cc65/trunk@1236 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/sim65/chiplib.c b/src/sim65/chiplib.c index 5996178db..d35cd67db 100644 --- a/src/sim65/chiplib.c +++ b/src/sim65/chiplib.c @@ -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); }