add a missing ":"
This commit is contained in:
@@ -119,8 +119,8 @@ void CreateMapFile (int ShortMap)
|
|||||||
|
|
||||||
/* Write the exports list by value */
|
/* Write the exports list by value */
|
||||||
fprintf (F, "\n\n"
|
fprintf (F, "\n\n"
|
||||||
"Exports list by value\n"
|
"Exports list by value:\n"
|
||||||
"---------------------\n");
|
"----------------------\n");
|
||||||
PrintExportMapByValue (F);
|
PrintExportMapByValue (F);
|
||||||
|
|
||||||
/* Write the imports list */
|
/* Write the imports list */
|
||||||
|
|||||||
Reference in New Issue
Block a user