1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00

add a missing ":"

This commit is contained in:
Christian Groessler 2014-03-20 02:22:43 +01:00
parent d72e62cae2
commit bdc60b21d4

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