File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ package body AWS.SMTP is
89
89
-- Add --
90
90
-- -------
91
91
92
- procedure Add (Answer : in out Server_Reply; Status : in out SMTP.Status) is
92
+ procedure Add (Answer : Server_Reply; Status : in out SMTP.Status) is
93
93
begin
94
94
Utils.Append_With_Sep
95
95
(Status.Reason, Image (Answer), Sep => String'(1 => ASCII.LF));
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ private
177
177
function Image (Answer : Server_Reply) return String;
178
178
-- Returns the string representation for Answer
179
179
180
- procedure Add (Answer : in out Server_Reply; Status : in out SMTP.Status);
180
+ procedure Add (Answer : Server_Reply; Status : in out SMTP.Status);
181
181
-- Add status code and reason to the list of server's reply
182
182
183
183
procedure Check_Answer
You can’t perform that action at this time.
0 commit comments