]> git.sur5r.net Git - cc65/blobdiff - src/ld65/mapfile.c
add a missing ":"
[cc65] / src / ld65 / mapfile.c
index e1d0e809844220ebe37c644441f281e815edf2bd..8ca1a388f127e0e4f7c273fac9f3fc5c9a92bd17 100644 (file)
@@ -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 */