summaryrefslogtreecommitdiff
path: root/src/files_map.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/files_map.ads')
-rw-r--r--src/files_map.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files_map.ads b/src/files_map.ads
index c58161e..cc317fd 100644
--- a/src/files_map.ads
+++ b/src/files_map.ads
@@ -78,7 +78,7 @@ package Files_Map is
-- Return the directory of the file.
function Get_Source_File_Directory (File : Source_File_Entry)
- return Name_Id;
+ return Name_Id;
-- Return the name of the file.
function Get_File_Name (File : Source_File_Entry) return Name_Id;