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 */