mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
add a missing ":"
This commit is contained in:
parent
d72e62cae2
commit
bdc60b21d4
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user