Skip to content

Commit 34554f2

Browse files
committed
gnatcoll-config.adb: minor coding style fix
Even though this code has not changed for years, recent GNAT versions detect a casing anomaly there. Correct it to fix debug builds. no-tn-check Change-Id: Iaaf767bf82d493d034a6e1016a703299f92368a1
1 parent 95efacf commit 34554f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gnatcoll-config.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- G N A T C O L L --
33
-- --
4-
-- Copyright (C) 2010-2018, AdaCore --
4+
-- Copyright (C) 2010-2022, AdaCore --
55
-- --
66
-- This library is free software; you can redistribute it and/or modify it --
77
-- under terms of the GNU General Public License as published by the Free --
@@ -35,7 +35,7 @@ package body GNATCOLL.Config is
3535
use String_Maps;
3636

3737
No_Value : constant Config_Value :=
38-
(Len => 0, System_Id => Null_XString, Value => (others => ' '));
38+
(Len => 0, System_ID => Null_XString, Value => (others => ' '));
3939

4040
Whitespaces : constant Character_Set := To_Set
4141
(" " & ASCII.CR & ASCII.HT & ASCII.LF & ASCII.VT & ASCII.FF);

0 commit comments

Comments
 (0)