Commit bda3bc77 by Vincent Celier Committed by Arnaud Charlet

make.adb (Gnatmake): Remove extra space in version line

2008-08-20  Vincent Celier  <celier@adacore.com>

	* make.adb (Gnatmake): Remove extra space in version line

From-SVN: r139330
parent 9c591bd0
......@@ -4881,7 +4881,7 @@ package body Make is
if Verbose_Mode then
Write_Eol;
Display_Version ("GNATMAKE ", "1995");
Display_Version ("GNATMAKE", "1995");
end if;
if Main_Project /= No_Project
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment