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
8989 -- Add --
9090 -- -------
9191
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
9393 begin
9494 Utils.Append_With_Sep
9595 (Status.Reason, Image (Answer), Sep => String'(1 => ASCII.LF));
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ private
177177 function Image (Answer : Server_Reply) return String;
178178 -- Returns the string representation for Answer
179179
180- procedure Add (Answer : in out Server_Reply; Status : in out SMTP.Status);
180+ procedure Add (Answer : Server_Reply; Status : in out SMTP.Status);
181181 -- Add status code and reason to the list of server's reply
182182
183183 procedure Check_Answer
You can’t perform that action at this time.
0 commit comments