diff options
Diffstat (limited to 'ortho/mcode/binary_file.ads')
-rw-r--r-- | ortho/mcode/binary_file.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/mcode/binary_file.ads b/ortho/mcode/binary_file.ads index 1433627..db31cb6 100644 --- a/ortho/mcode/binary_file.ads +++ b/ortho/mcode/binary_file.ads @@ -59,7 +59,7 @@ package Binary_File is Align : Natural; Esize : Natural); - procedure Merge_Section (Dest : Section_Acc; Src : in out Section_Acc); + procedure Merge_Section (Dest : Section_Acc; Src : Section_Acc); -- Set the current section. procedure Set_Current_Section (Sect : Section_Acc); |