]> git.sur5r.net Git - cc65/commitdiff
add a missing ":" 94/head
authorChristian Groessler <chris@groessler.org>
Thu, 20 Mar 2014 01:22:43 +0000 (02:22 +0100)
committerChristian Groessler <chris@groessler.org>
Thu, 20 Mar 2014 01:22:43 +0000 (02:22 +0100)
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 */