From bdc60b21d471bfad7c8d63ca4fed5574b6488f4d Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Thu, 20 Mar 2014 02:22:43 +0100 Subject: [PATCH] add a missing ":" --- src/ld65/mapfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ld65/mapfile.c b/src/ld65/mapfile.c index e1d0e8098..8ca1a388f 100644 --- a/src/ld65/mapfile.c +++ b/src/ld65/mapfile.c @@ -119,8 +119,8 @@ void CreateMapFile (int ShortMap) /* Write the exports list by value */ fprintf (F, "\n\n" - "Exports list by value\n" - "---------------------\n"); + "Exports list by value:\n" + "----------------------\n"); PrintExportMapByValue (F); /* Write the imports list */ -- 2.39.5