From b72d8ad5dd2004077a3abe777461afeb8851ee42 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 16 Apr 2009 15:03:50 +0200 Subject: [PATCH] Minor editing. From-SVN: r146185 --- gcc/ada/prj-nmsc.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/ada/prj-nmsc.adb b/gcc/ada/prj-nmsc.adb index 4b377eee788..d27f0dbaafd 100644 --- a/gcc/ada/prj-nmsc.adb +++ b/gcc/ada/prj-nmsc.adb @@ -2623,7 +2623,7 @@ package body Prj.Nmsc is (Src_Data.Other_Part).In_Interfaces := True; In_Tree.Sources.Table (Src_Data.Other_Part).Declared_In_Interfaces := - True; + True; end if; if Current_Verbosity = High then @@ -2654,8 +2654,8 @@ package body Prj.Nmsc is Error_Msg (Project, In_Tree, - "{ cannot be an interface of project %% " & - "as it is not one of its sources", + "{ cannot be an interface of project %% " + & "as it is not one of its sources", Element.Location); end if;