From: Christian Groessler Date: Thu, 20 Mar 2014 01:22:43 +0000 (+0100) Subject: add a missing ":" X-Git-Tag: V2.15~96^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F94%2Fhead;p=cc65 add a missing ":" --- 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 */