We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1480091 commit c6e0830Copy full SHA for c6e0830
tools/ada2wsdl-generator.adb
@@ -1,7 +1,7 @@
1
------------------------------------------------------------------------------
2
-- Ada Web Server --
3
-- --
4
--- Copyright (C) 2003-2018, AdaCore --
+-- Copyright (C) 2003-2020, AdaCore --
5
6
-- This is free software; you can redistribute it and/or modify it --
7
-- under terms of the GNU General Public License as published by the --
@@ -311,7 +311,7 @@ package body Ada2WSDL.Generator is
311
312
if not Options.Quiet then
313
Text_IO.Put_Line
314
- (" - safe pointer " & Name
+ (" - safe pointer " & Name
315
& " (" & Type_Name & ", " & Access_Name & ")");
316
end if;
317
end Register_Safe_Pointer;
0 commit comments