From 434c818d203b458b4b92b9314f5d6fff7e63c734 Mon Sep 17 00:00:00 2001 From: uz Date: Thu, 11 Aug 2011 21:58:12 +0000 Subject: [PATCH] Fixed an error in the INFO line. git-svn-id: svn://svn.cc65.org/cc65/trunk@5154 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ld65/dbgfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ld65/dbgfile.c b/src/ld65/dbgfile.c index a9df4ffff..084d46c9c 100644 --- a/src/ld65/dbgfile.c +++ b/src/ld65/dbgfile.c @@ -108,7 +108,7 @@ void CreateDbgFile (void) */ fprintf ( F, - "info\tlib=%u,file=%u,mod=%u,scope=%u,seg=%u,span=%u\n", + "info\tfile=%u,lib=%u,mod=%u,scope=%u,seg=%u,span=%u\n", FileInfoCount (), LibraryCount (), ObjDataCount (), -- 2.39.5