add a missing ":"
This commit is contained in:
parent
d72e62cae2
commit
bdc60b21d4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue