summaryrefslogtreecommitdiffstats
path: root/gcc/ada/a-textio.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-textio.adb')
-rw-r--r--gcc/ada/a-textio.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-textio.adb b/gcc/ada/a-textio.adb
index 4ea003dcda8..b3a98fcb3ec 100644
--- a/gcc/ada/a-textio.adb
+++ b/gcc/ada/a-textio.adb
@@ -1917,7 +1917,7 @@ package body Ada.Text_IO is
-- up for such files, so we assume an implicit LM in this case.
loop
- exit when ch = LM or ch = EOF;
+ exit when ch = LM or else ch = EOF;
ch := Getc (File);
end loop;
end if;
OpenPOWER on IntegriCloud